Skip to content

Commit

Permalink
Prepare for v2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 3, 2024
1 parent 979e56b commit 75d4c2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

See this http://keepachangelog.com link for information on how we want this documented formatted.

## v2.3.0

### Added

Support `enqueue_after_transaction_commit?` for rails 7.2.

## v2.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lambdakiq (2.2.0)
lambdakiq (2.3.0)
activejob
aws-sdk-sqs
concurrent-ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/lambdakiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lambdakiq
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 75d4c2d

Please sign in to comment.