Skip to content

Commit

Permalink
Bump version to 0.1.18
Browse files Browse the repository at this point in the history
Fix a few minor typos
  • Loading branch information
abrom committed Jan 5, 2019
1 parent 88034a8 commit 4664693
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
- None

## [0.1.18](releases/tag/v0.1.18) - 2018-01-05
### Added
- [#29] Support for im.create and im.counters ([@christianmoretti][])

## [0.1.17](releases/tag/v0.1.17) - 2019-01-05
### Deprecation
- Drop Ruby 2.1 from build matrix
Expand Down
2 changes: 1 addition & 1 deletion lib/rocket_chat/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RocketChat
VERSION = '0.1.17'.freeze
VERSION = '0.1.18'.freeze
end
2 changes: 1 addition & 1 deletion lib/rocket_chat/im_summary.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module RocketChat
#
# Rocket.Chat Info
# Rocket.Chat IM Summary
#
class ImSummary
# Raw info data
Expand Down
2 changes: 1 addition & 1 deletion lib/rocket_chat/messages/im.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def create(username:)
# im.counters REST API
# @param [String] room_id Rocket.Chat roomId
# @param [String] username Rocket.Chat username
# @return [RocketChat::Im]
# @return [RocketChat::ImSummary]
# @raise [HTTPError, StatusError]
#
def counters(room_id:, username: nil)
Expand Down

0 comments on commit 4664693

Please sign in to comment.