Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 11, 2024
1 parent fb316d1 commit 9b4243e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/hutch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hutch
VERSION = '1.3.0.pre'.freeze
VERSION = '1.3.0'.freeze
end

0 comments on commit 9b4243e

Please sign in to comment.