Skip to content

Commit

Permalink
Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 12, 2024
1 parent fd43ab4 commit 70ba32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 1.1.0 (2024-08-12)

- Add support for `ActiveJob::Base.enqueue_after_transaction_commit`. ([@joshuay03][])

- Add `ignore_on: (obj) -> bool` option for adapters. ([@palkan][])
Expand Down
2 changes: 1 addition & 1 deletion lib/isolator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Isolator
VERSION = "1.0.1"
VERSION = "1.1.0"
end

0 comments on commit 70ba32e

Please sign in to comment.