Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Dec 19, 2022
1 parent b88b818 commit 8533c61
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.2.1](releases/tag/v0.2.1) - 2022-12-19
### Fixed
- [#41] URL-encode param values in GET query strings ([@nmagedman][])

## [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][])
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.23'
VERSION = '0.2.1'
end

0 comments on commit 8533c61

Please sign in to comment.