From ffe7ec87ef74d99d2f162b05c976dc604d3aeb99 Mon Sep 17 00:00:00 2001 From: dblock Date: Sat, 25 Nov 2017 13:52:11 -0500 Subject: [PATCH] Preparing for next development iteration, 0.11.0. --- CHANGELOG.md | 4 ++++ README.md | 2 +- lib/slack/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbf42e3..f68c62b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.11.1 (Next) + +* Your contribution here. + ### 0.11.0 (11/25/2017) * [#173](https://github.com/slack-ruby/slack-ruby-client/issues/173): Added dialog support - [@alexagranov](https://github.com/alexagranov). diff --git a/README.md b/README.md index b5998a78..0c871801 100644 --- a/README.md +++ b/README.md @@ -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, 0.11.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.11.0](https://github.com/slack-ruby/slack-ruby-client/blob/v0.11.0/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version. ## Installation diff --git a/lib/slack/version.rb b/lib/slack/version.rb index 3e25aa29..f73985aa 100644 --- a/lib/slack/version.rb +++ b/lib/slack/version.rb @@ -1,3 +1,3 @@ module Slack - VERSION = '0.11.0'.freeze + VERSION = '0.11.1'.freeze end