Skip to content

Commit 9baf6cd

Browse files
committed
Preparing for release, 0.14.3.
1 parent b7fde15 commit 9baf6cd

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
### 0.14.3 (Next)
1+
### 0.14.3 (2019/7/23)
22

33
* [#279](https://github.com/slack-ruby/slack-ruby-client/pull/279): Prevent ping worker from dying on unexpected errors - [@dblock](https://github.com/dblock).
44
* [#281](https://github.com/slack-ruby/slack-ruby-client/pull/281): Added `admin_users_session_reset` to Web API - [@dblock](https://github.com/dblock).
55
* [#283](https://github.com/slack-ruby/slack-ruby-client/pull/283): Fail when used with incompatible async-websocket > 0.8.0 - [@dblock](https://github.com/dblock).
66
* [#284](https://github.com/slack-ruby/slack-ruby-client/pull/284): Include team id, name and domain in log output - [@dblock](https://github.com/dblock).
7-
* Your contribution here.
87

98
### 0.14.2 (2019/4/12)
109

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.14.2](https://github.com/slack-ruby/slack-ruby-client/blob/v0.14.2/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, 0.14.3. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
7070

7171
## Installation
7272

UPGRADING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Upgrading Slack-Ruby-Client
22
===========================
33

4+
### Upgrading to >= 0.14.0
5+
6+
If you are using async-websocket, lock down its version to 0.8.0 as newer versions are currently incompatible.
7+
8+
```
9+
gem 'async-websocket', '~> 0.8.0'
10+
```
11+
12+
See [#282](https://github.com/slack-ruby/slack-ruby-client/issues/282) for more information.
13+
414
### Upgrading to >= 0.13.0
515

616
#### Recommended Async Library

0 commit comments

Comments
 (0)