From ebf98319cf9d89ad4e75dbca0ae8ecf94a855aa3 Mon Sep 17 00:00:00 2001 From: dblock Date: Sun, 7 Mar 2021 16:59:25 -0500 Subject: [PATCH] Preparing for next developer iteration, 0.17.1. --- 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 4293c60f..a1dec474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index c7fcbbc5..95cf642e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/slack/version.rb b/lib/slack/version.rb index 93b1edff..14f74bb3 100644 --- a/lib/slack/version.rb +++ b/lib/slack/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Slack - VERSION = '0.17.0' + VERSION = '0.17.1' end