Skip to content

Commit 1489711

Browse files
committed
Preparing for next develope iteration, 0.14.5.
1 parent 93611f7 commit 1489711

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+
### 0.14.5 (Next)
2+
3+
* Your contribution here.
4+
15
### 0.14.4 (2019/7/28)
26

37
* [#289](https://github.com/slack-ruby/slack-ruby-client/pull/289): Fix reconnects when ping timers under/overshoot - [@georgyangelov](https://github.com/georgyangelov).

README.md

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

6767
## Stable Release
6868

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

7171
## Installation
7272

lib/slack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Slack
2-
VERSION = '0.14.4'.freeze
2+
VERSION = '0.14.5'.freeze
33
end

0 commit comments

Comments
 (0)