Skip to content

Commit

Permalink
Prepare for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 11, 2024
1 parent 370a4de commit c1d2419
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## 1.3.1 (in development)
## 1.3.2 (in development)

No changes yet.

## 1.3.1 (Dec 11, 2024)

### Rails 8.x Compatibility

Contributed by @drobny.

GitHub issue: [#404](https://github.com/ruby-amqp/hutch/pull/404)


## 1.3.0 (Nov 11, 2024)

### Ruby 3.2 Compatibility
Expand All @@ -10,7 +19,7 @@ GitHub issue: [#392](https://github.com/ruby-amqp/hutch/pull/392)

### Relaxed ActiveSupport Dependency Constraints

Contributed by drobny.
Contributed by @drobny.

GitHub issue: [#402](https://github.com/ruby-amqp/hutch/pull/402)

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.4.0.pre'.freeze
VERSION = '1.3.1.pre'.freeze
end

0 comments on commit c1d2419

Please sign in to comment.