Skip to content

Commit

Permalink
Release 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mthjones committed May 8, 2017
1 parent fe4eb48 commit 1d56b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 0.16.1
# 0.16.2
* This release adds a new top-level function: `default_client()`
* 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.
* Thanks to @bwasty for adding this in #42!

# 0.16.1
* This release works around a Slack API bug causing deserialization issues
* Thanks to @dten for implementing the fix in #39!

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ documentation = "https://docs.rs/slack_api"
license = "Apache-2.0"
name = "slack_api"
repository = "https://github.com/slack-rs/slack-rs-api.git"
version = "0.16.1"
version = "0.16.2"

[dependencies]
serde = "0.9.0"
Expand Down

0 comments on commit 1d56b12

Please sign in to comment.