Skip to content

Commit

Permalink
Preparing for next developer iteration, 0.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 8, 2020
1 parent 6aea2b6 commit 457c6cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.15.1 (Next)

* Your contribution here.

### 0.15.0 (2020/5/8)

* [#258](https://github.com/slack-ruby/slack-ruby-bot/pull/258): Extract development dependencies (VCR) from shared rspec configuraion - [@dikond](https://github.com/dikond).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ If you are not familiar with Slack bots or Slack API concepts, you might want to

## Stable Release

You're reading the documentation for the **stable** release of slack-ruby-bot, v0.15.0.
You're reading the documentation for the **next** release of slack-ruby-bot.
Please see the documentation for the [last stable release, v0.15.0](https://github.com/slack-ruby/slack-ruby-bot/tree/v0.15.0) unless you're integrating with HEAD.
See [CHANGELOG](CHANGELOG.md) for a history of changes and [UPGRADING](UPGRADING.md) for how to upgrade to more recent versions.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/slack-ruby-bot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SlackRubyBot
VERSION = '0.15.0'
VERSION = '0.15.1'
end

0 comments on commit 457c6cd

Please sign in to comment.