Skip to content

Commit

Permalink
[gem] bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 6, 2024
1 parent add75c9 commit 527cd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.1] - 2024-12-06
## [1.1.0] - 2024-12-06
### Added
- **Receiving**
- Support for custom receiving job config which is placed in receiving event handler;
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rabbit
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit 527cd56

Please sign in to comment.