Skip to content

Commit

Permalink
Bump to v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jul 21, 2022
1 parent 9c90f89 commit 3fcc8ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.22](releases/tag/v0.1.22) - 2022-07-21
### Fixed
- [#38] Fix room (channel/group) online API queries (use `query` instead of `roomId`) ([@abrom][])

## [0.1.21](releases/tag/v0.1.21) - 2021-08-30
### Added
- [#36] Improve support for various REST APIs ([@abrom][])
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,5 +1,5 @@
# frozen_string_literal: true

module RocketChat
VERSION = '0.1.21'
VERSION = '0.1.22'
end

0 comments on commit 3fcc8ff

Please sign in to comment.