Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 1, 2024
1 parent 2cb5dab commit 919ce23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change Log

## Changes Between 3.1.0 and 3.1.1 (in development)
## Changes Between 3.1.0 and 3.1.1 (Nov 1, 2024)

No changes yet.
### ActiveJob Adapter Compatibility with Ruby on Rails Older Than 7.2

Contributed by @dixpac.

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


## Changes Between 3.0.0 and 3.1.0 (Oct 20, 2024)
Expand All @@ -11,7 +15,7 @@ No changes yet.

Kicks now ships with an ActiveJob adapter for Ruby on Rails.

Contributed by dixpac.
Contributed by @dixpac.

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

Expand Down
2 changes: 1 addition & 1 deletion lib/sneakers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sneakers
VERSION = "3.1.1.pre"
VERSION = "3.1.1"
end

0 comments on commit 919ce23

Please sign in to comment.