You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
-
# 0.16.1
1
+
# 0.16.2
2
+
* This release adds a new top-level function: `default_client()`
3
+
* This function can be used by users to get a default client that implements `SlackWebRequestSender` so they don't have to pull in `reqwest` and version match in order to send requests.
4
+
* Thanks to @bwasty for adding this in #42!
2
5
6
+
# 0.16.1
3
7
* This release works around a Slack API bug causing deserialization issues
4
8
* Thanks to @dten for implementing the fix in #39!
0 commit comments