Skip to content

Commit d1a2c17

Browse files
committed
Preparing for release, 0.9.0.
1 parent 62d58a2 commit d1a2c17

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
### Changelog
22

3-
#### 0.9.0 (Next)
3+
#### 0.9.0 (2019/2/25)
44

55
* [#93](https://github.com/slack-ruby/slack-ruby-bot-server/pull/93): Removed ping worker in favor of slack-ruby-client lower level ping - [@dblock](https://github.com/dblock).
6-
* Your contribution here.
76

8-
#### 0.8.3 (2019/01/17)
7+
#### 0.8.3 (2019/1/17)
98

109
* [#88](https://github.com/slack-ruby/slack-ruby-bot-server/issues/88): Fix: compatibility with Grape 1.2.x - [@dblock](https://github.com/dblock).
1110

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A library that contains a [Grape](http://github.com/ruby-grape/grape) API servin
1313

1414
### Stable Release
1515

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

1818
### Try Me
1919

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Upgrading Slack-Ruby-Bot-Server
77

88
The ping worker that was added in 0.7.0 has been removed in favor of a lower level implementation in slack-ruby-client. Remove any references to `ping` options.
99

10-
See [slack-ruby-client#226](https://github.com/slack-ruby/slack-ruby-client/pull/226) for more information.
10+
See [slack-ruby-client#226](https://github.com/slack-ruby/slack-ruby-client/pull/226) and [#93](https://github.com/slack-ruby/slack-ruby-bot-server/pull/93) for more information.
1111

1212
### Upgrading to >= 0.8.0
1313

0 commit comments

Comments
 (0)