We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e56b commit 75d4c2dCopy full SHA for 75d4c2d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
See this http://keepachangelog.com link for information on how we want this documented formatted.
4
5
+## v2.3.0
6
+
7
+### Added
8
9
+Support `enqueue_after_transaction_commit?` for rails 7.2.
10
11
## v2.2.0
12
13
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- lambdakiq (2.2.0)
+ lambdakiq (2.3.0)
activejob
aws-sdk-sqs
concurrent-ruby
lib/lambdakiq/version.rb
@@ -1,3 +1,3 @@
module Lambdakiq
- VERSION = '2.2.0'
+ VERSION = '2.3.0'
end
0 commit comments