Skip to content

Commit ff75f7a

Browse files
committed
Preparing for release, 0.11.0.
1 parent 767e82c commit ff75f7a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CHANGELOG.md

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

3-
#### 0.10.1 (Next)
3+
#### 0.11.0 (Next)
44

55
* [#101](https://github.com/slack-ruby/slack-ruby-bot-server/pull/101): Removed legacy migrations, including `SLACK_API_TOKEN`, team `name`, `team_id` and `active` - [@dblock](https://github.com/dblock).
66
* [#98](https://github.com/slack-ruby/slack-ruby-bot-server/pull/98): Removed `unicorn` from gem dependencies - [@dblock](https://github.com/dblock).
77
* [#90](https://github.com/slack-ruby/slack-ruby-bot-server/pull/90): Update ActiveRecord sample app to support ENV variables in `postgresql.yml` - [@ashkan18](https://github.com/ashkan18).
8-
* Your contribution here.
98

109
#### 0.10.0 (2019/3/23)
1110

README.md

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

1818
### Stable Release
1919

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

2222
### Try Me
2323

UPGRADING.md

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

4-
### Upgrading to >= 0.10.1
4+
### Upgrading to >= 0.11.0
55

66
#### Removed Legacy Migrations
77

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

0 commit comments

Comments
 (0)