Skip to content

Commit

Permalink
Bump 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 1, 2023
1 parent a34250a commit c289bf1
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.0.0 (2023-11-30)

- Add ability to track concurrent transactions to with a thread (e.g., to multiple databases). ([@palkan][])

This feature is disabled by default, opt-in via: `Isolator.config.disallow_per_thread_concurrent_transactions = true`.
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 = "0.11.0"
VERSION = "1.0.0"
end

0 comments on commit c289bf1

Please sign in to comment.