Skip to content

Commit 4398327

Browse files
committed
Preparing for release, 0.14.0.
1 parent 0606073 commit 4398327

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.13.2 (Next)
1+
### 0.14.0 (2019/2/25)
22

33
* [#238](https://github.com/slack-ruby/slack-ruby-client/issues/238): Added `Slack::Events::Request#verify!` to check whether an event request is coming from Slack - [@dblock](https://github.com/dblock).
44
* [#226](https://github.com/slack-ruby/slack-ruby-client/pull/226), [#232](https://github.com/slack-ruby/slack-ruby-client/pull/232), [#236](https://github.com/slack-ruby/slack-ruby-client/pull/236), [#234](https://github.com/slack-ruby/slack-ruby-client/pull/234): Added periodic ping that reconnects on failure - [@RodneyU215](https://github.com/RodneyU215), [@dblock](https://github.com/dblock), [@ioquatix](https://github.com/ioquatix).
@@ -7,7 +7,6 @@
77
* [#244](https://github.com/slack-ruby/slack-ruby-client/pull/244): Implementing #restart for the celluloid socket class - [@RodneyU215](https://github.com/RodneyU215).
88
* [#246](https://github.com/slack-ruby/slack-ruby-client/pull/246): Added TOC to README and danger-toc - [@dblock](https://github.com/dblock).
99
* [#253](https://github.com/slack-ruby/slack-ruby-client/pull/253): Support for Block Kit - [@JrmKrb](https://github.com/JrmKrb).
10-
* Your contribution here.
1110

1211
### 0.13.1 (2018/9/30)
1312

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 **next** release of slack-ruby-client. Please see the documentation for the [last stable release, v0.13.1](https://github.com/slack-ruby/slack-ruby-client/blob/v0.13.1/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
69+
You're reading the documentation for the **stable** release of slack-ruby-client, v0.14.0. 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.13.2'.freeze
2+
VERSION = '0.14.0'.freeze
33
end

0 commit comments

Comments
 (0)