From faeaab37034e0158c8533568391103ea402a1347 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Wed, 31 Jan 2024 17:39:38 -0500 Subject: [PATCH] Preparing for release, 2.3.0. --- CHANGELOG.md | 3 +-- README.md | 2 +- lib/slack/version.rb | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2843b1..00d47b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ -### 2.2.1 (Next) +### 2.3.0 (2024/01/31) * [#494](https://github.com/slack-ruby/slack-ruby-client/pull/494): Configure Dependabot to update GitHub Actions - [@olleolleolle](https://github.com/olleolleolle). * [#508](https://github.com/slack-ruby/slack-ruby-client/pull/508): Fix `Slack::Events::Request#verify!` compatibility with Rack 3.x - [@dblock](https://github.com/dblock). * [#503](https://github.com/slack-ruby/slack-ruby-client/pull/503): Update Slack API Update API from [slack-api-ref@bc545649](https://github.com/slack-ruby/slack-api-ref/commit/bc545649) - [@dblock](https://github.com/dblock). * [#504](https://github.com/slack-ruby-client/pulls/504): Update API from [slack-api-ref@bc54564](https://github.com/slack-ruby/slack-api-ref/commit/bc54564) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot). -* Your contribution here. ### 2.2.0 (2023/09/17) diff --git a/README.md b/README.md index b7a025ef..752016b5 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ A Ruby client for the Slack [Web](https://api.slack.com/web), [RealTime Messagin ## Stable Release -You're reading the documentation for the **next** release of slack-ruby-client. Please see the documentation for the [last stable release, v2.2.0](https://github.com/slack-ruby/slack-ruby-client/blob/v2.2.0/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version. +You're reading the documentation for the **stable** release of slack-ruby-client, 2.3.0. See [UPGRADING](UPGRADING.md) when upgrading from an older version. ## Installation diff --git a/lib/slack/version.rb b/lib/slack/version.rb index 33a7d85e..b5e4330f 100644 --- a/lib/slack/version.rb +++ b/lib/slack/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Slack - VERSION = '2.2.1' + VERSION = '2.3.0' end