Skip to content

Commit 40557d0

Browse files
committed
Preparing for next developer iteration, 3.1.1.
1 parent d0a824b commit 40557d0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### 3.1.0 (Next)
1+
### 3.1.1 (Next)
2+
3+
* Your contribution here.
4+
5+
### 3.1.0 (2025/11/15)
26

37
* [#576](https://github.com/slack-ruby/slack-ruby-client/pull/576): Add support for `blocks` in `files_upload_v2` - [@childish-sambino](https://github.com/childish-sambino).
48
* [#574](https://github.com/slack-ruby/slack-ruby-client/pull/574): Update API from [slack-api-ref@bd5dd34](https://github.com/slack-ruby/slack-api-ref/commit/bd5dd34) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).

README.md

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

7171
## Stable Release
7272

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

7575
## Installation
7676

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 = '3.1.0'
3+
VERSION = '3.1.1'
44
end

0 commit comments

Comments
 (0)