From 88dcc61bb1cb752c2a997a1b3ed162fea51cfeba Mon Sep 17 00:00:00 2001 From: Stefan Kaes Date: Mon, 27 Mar 2023 10:20:55 +0200 Subject: [PATCH] bumped gem version to 3.5.7 --- RELEASE_NOTES.md | 4 ++++ lib/beetle/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a1a42ecb..d1d6e9f8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## Version 3.5.7 +* Require bunny versions (`~> 0.7.13`) that work for Ruby 3.2 out of + the box. + ## Version 3.5.6 * Fixed that publishing additional AMQP headers crashed the publisher since Ruby 3.2.0, due to missing Fixnum class. diff --git a/lib/beetle/version.rb b/lib/beetle/version.rb index 0c4c9b69..597f3013 100644 --- a/lib/beetle/version.rb +++ b/lib/beetle/version.rb @@ -1,3 +1,3 @@ module Beetle - VERSION = "3.5.6" + VERSION = "3.5.7" end