Skip to content

Commit e18ada5

Browse files
committed
Preparing for next development iteration, 0.14.6.
1 parent 4cf8226 commit e18ada5

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,3 +1,7 @@
1+
### 0.14.6 (Next)
2+
3+
* Your contribution here.
4+
15
### 0.14.5 (2019/12/23)
26

37
* [#293](https://github.com/slack-ruby/slack-ruby-client/pull/293): Rubocop auto-correct and comprehensive todo - [@jcraigk](https://github.com/jcraigk).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A Ruby client for the Slack [Web](https://api.slack.com/web), [RealTime Messagin
6767

6868
## Stable Release
6969

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

7272
## Installation
7373

lib/slack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Slack
3-
VERSION = '0.14.5'
3+
VERSION = '0.14.6'
44
end

0 commit comments

Comments
 (0)