Skip to content

Commit 3a1dc6e

Browse files
committed
Preparing for release, 2.6.0.
1 parent 919a5b1 commit 3a1dc6e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
### 2.5.3 (Next)
1+
### 2.6.0 (2025/05/24)
22

33
* [#549](https://github.com/slack-ruby/slack-ruby-client/pull/549): Add group ID formatting support for message mentions - [@n0h0](https://github.com/n0h0).
44
* [#553](https://github.com/slack-ruby/slack-ruby-client/pull/553): Use `secure_compare` during signature verification - [@hieuk09](https://github.com/hieuk09).
55
* [#555](https://github.com/slack-ruby/slack-ruby-client/pull/555): Make page size in resolving IDs configurable - [@eizengan](https://github.com/eizengan).
66
* [#547](https://github.com/slack-ruby/slack-ruby-client/pull/547): Update API from [slack-api-ref@1ee282e](https://github.com/slack-ruby/slack-api-ref/commit/1ee282e) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
7-
* Your contribution here.
87

98
### 2.5.2 (2025/02/19)
109

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ end
1414

1515
group :test do
1616
gem 'activesupport'
17+
gem 'base64'
18+
gem 'bigdecimal'
1719
gem 'erubis'
1820
gem 'faraday-typhoeus'
1921
gem 'json-schema'
22+
gem 'mutex_m'
2023
gem 'racc'
2124
gem 'rake', '~> 13'
2225
gem 'rspec'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A Ruby client for the Slack [Web](https://api.slack.com/web), [RealTime Messagin
8282

8383
## Stable Release
8484

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

8787
## Installation
8888

lib/slack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Slack
3-
VERSION = '2.5.3'
3+
VERSION = '2.6.0'
44
end

0 commit comments

Comments
 (0)