Skip to content

Commit 74a5164

Browse files
committed
Preparing for next development iteration, 0.7.1.
1 parent 36ca393 commit 74a5164

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,5 +1,9 @@
11
### Changelog
22

3+
#### 0.7.1 (Next)
4+
5+
* Your contribution here.
6+
37
#### 0.7.0 (8/22/2018)
48

59
* [#60](https://github.com/slack-ruby/slack-ruby-bot-server/pull/60): Log caught Standard::Error backtrace at debug-level - [@alexagranov](https://github.com/alexagranov).

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 **stable** release of slack-ruby-bot-server, 0.7.0. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
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.7.0](https://github.com/slack-ruby/slack-ruby-bot-server/blob/v0.7.0/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
1717

1818
### Try Me
1919

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

0 commit comments

Comments
 (0)