We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0c99a commit 88dcc61Copy full SHA for 88dcc61
RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## Version 3.5.7
4
+* Require bunny versions (`~> 0.7.13`) that work for Ruby 3.2 out of
5
+ the box.
6
+
7
## Version 3.5.6
8
* Fixed that publishing additional AMQP headers crashed the publisher
9
since Ruby 3.2.0, due to missing Fixnum class.
lib/beetle/version.rb
@@ -1,3 +1,3 @@
module Beetle
- VERSION = "3.5.6"
+ VERSION = "3.5.7"
end
0 commit comments