From 9b4243e079c0c190573e3ffaa47d6d4fe743f4c7 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Mon, 11 Nov 2024 14:12:08 -0500 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ lib/hutch/version.rb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bfb1d..80a1c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ +## 1.3.0 (Nov 11, 2024) + +### Ruby 3.2 Compatibility + +GitHub issue: [#392](https://github.com/ruby-amqp/hutch/pull/392) + +### Relaxed ActiveSupport Dependency Constraints + +Contributed by drobny. + +GitHub issue: [#402](https://github.com/ruby-amqp/hutch/pull/402) + +### Client-Provided Connection Name + +Contributed by @sharshenov. + +GitHub issue: [#399](https://github.com/ruby-amqp/hutch/pull/399) + + ## 1.1.1 (March 18th, 2022) + ### Dependency Bump Hutch now allows ActiveSupport 7.x. diff --git a/lib/hutch/version.rb b/lib/hutch/version.rb index b099b6c..a547d1a 100644 --- a/lib/hutch/version.rb +++ b/lib/hutch/version.rb @@ -1,3 +1,3 @@ module Hutch - VERSION = '1.3.0.pre'.freeze + VERSION = '1.3.0'.freeze end