Skip to content

Commit bef08f7

Browse files
committed
Preparing for next developer iteration, 2.6.1.
1 parent 3a1dc6e commit bef08f7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.6.1 (Next)
2+
3+
* Your contribution here.
4+
15
### 2.6.0 (2025/05/24)
26

37
* [#549](https://github.com/slack-ruby/slack-ruby-client/pull/549): Add group ID formatting support for message mentions - [@n0h0](https://github.com/n0h0).

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 **stable** release of slack-ruby-client. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
85+
You're reading the documentation for the **next** release of slack-ruby-client. Please see the documentation for the [last stable release, v2.6.0](https://github.com/slack-ruby/slack-ruby-client/blob/v2.6.0/README.md) unless you're integrating with HEAD. 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.6.0'
3+
VERSION = '2.6.1'
44
end

0 commit comments

Comments
 (0)