diff --git a/ChangeLog.md b/ChangeLog.md index ff85a39..de644be 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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) @@ -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) diff --git a/lib/sneakers/version.rb b/lib/sneakers/version.rb index 1f5ba56..e7e17e9 100644 --- a/lib/sneakers/version.rb +++ b/lib/sneakers/version.rb @@ -1,3 +1,3 @@ module Sneakers - VERSION = "3.1.1.pre" + VERSION = "3.1.1" end