Skip to content

Commit

Permalink
Bump version to 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Nov 11, 2022
1 parent f818507 commit 7a801f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
- None

## [0.1.23](releases/tag/v0.1.23) - 2022-11-11
### Added
- [#40] Add set_attr options for announcement, custom_fields and default for channels/groups ([@reist][],[@nmagedman][])

## [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][])
Expand Down Expand Up @@ -122,4 +126,4 @@
[@chrisstime]: https://github.com/chrisstime
[@christianmoretti]: https://github.com/christianmoretti
[@alinavancea]: https://github.com/alinavancea
[@nmagedman]: https://github.com/nmagedman
2 changes: 1 addition & 1 deletion docs/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ channel = session.channels.create('new_channelname', members: ['username1', 'use

Optional parameters for create are:

:members, :read_only, :custom_fields
:members, :read_only, :custom_fields, :extra_data


#### channels.info
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.22'
VERSION = '0.1.23'
end

0 comments on commit 7a801f3

Please sign in to comment.