Skip to content

Commit

Permalink
Preparing for next developer iteration, 0.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 7, 2021
1 parent 068cb7e commit ebf9831
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.17.1 (Next)

* Your contribution here.

### 0.17.0 (2021/03/07)

* [#370](https://github.com/slack-ruby/slack-ruby-client/pull/370): Removed deprecated `im_`, `mpim_`, `channels_`, and `groups_` methods - [@dblock](https://github.com/dblock).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A Ruby client for the Slack [Web](https://api.slack.com/web), [RealTime Messagin

## Stable Release

You're reading the documentation for the **stable** release of slack-ruby-client, 0.17.0. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
You're reading the documentation for the **next** release of slack-ruby-client. Please see the documentation for the [last stable release, v0.17.0](https://github.com/slack-ruby/slack-ruby-client/blob/v0.17.0/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/slack/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Slack
VERSION = '0.17.0'
VERSION = '0.17.1'
end

0 comments on commit ebf9831

Please sign in to comment.