Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Dec 22, 2023
1 parent 2628a91 commit eedcd22
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.4](releases/tag/v0.2.4) - 2023-12-22
### Added
- [#47] Add content-type and filename params for file upload ([@MrRTI][])

## [0.2.3](releases/tag/v0.2.3) - 2023-08-22
### Added
- [#46] Add file upload support using rooms.upload endpoint ([@MrRTI][])
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.2.3'
VERSION = '0.2.4'
end

0 comments on commit eedcd22

Please sign in to comment.