Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrabe committed Sep 8, 2023
1 parent f1f09ee commit b51a98f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.1 (2023-09-08)

- Bugfix: trapped signals INT and TERM now calls correctly previous set signal handler

## 0.11.0 (2023-05-30)

- **[Breaking]**: Provide the Bunny connection option `recovery_attempts` in Ears configuration. It
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ears (0.11.0)
ears (0.11.1)
bunny (~> 2.22.0)
multi_json

Expand Down
2 changes: 1 addition & 1 deletion lib/ears/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ears
VERSION = '0.11.0'
VERSION = '0.11.1'
end

0 comments on commit b51a98f

Please sign in to comment.