Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 9c3739f

Browse files
committed
Preparing for next developer iteration, 0.1.2.
1 parent 3187f66 commit 9c3739f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.1.2 (Next)
4+
5+
* Your contribution here.
6+
37
#### 0.1.1 (2020/11/15)
48

59
* Fix: error `private method 'run_callbacks' called for #<SlackRubyBotServer::Service>` - [@dblock](https://github.com/dblock).

lib/slack-ruby-bot-server-rtm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SlackRubyBotServer
44
module RealTime
5-
VERSION = '0.1.1'
5+
VERSION = '0.1.2'
66
end
77
end

0 commit comments

Comments
 (0)