Skip to content

Commit

Permalink
Preparing for next development iteration, 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexagranov committed Aug 25, 2017
1 parent c61abdf commit 8787efe
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.9.2 (Next)

* Your contribution here.

### 0.9.1 (8/24/2017)

* [#158](https://github.com/slack-ruby/slack-ruby-client/issues/158): Updated to latest slack-api-ref; Updated chat.3.update patch to reflect argument reordering; Added chat.4.postEphemeral patch to apply the attachments JSON fix (whitespace last line of diff matters! ;-) - [@alexagranov](https://github.com/alexagranov).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A Ruby client for the Slack [Web](https://api.slack.com/web) and [RealTime Messa

## Stable Release

You're reading the documentation for the **stable** release of slack-ruby-client. 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.9.1](https://github.com/slack-ruby/slack-ruby-client/blob/v0.9.1/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,3 +1,3 @@
module Slack
VERSION = '0.9.1'.freeze
VERSION = '0.9.2'.freeze
end

0 comments on commit 8787efe

Please sign in to comment.