Skip to content

Commit 5ae834b

Browse files
committed
Bump to 2.0.1
1 parent 27da341 commit 5ae834b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1 (2025-10-25)
2+
3+
* Allow Active Record 8.1+ (@janko)
4+
15
## 2.0.0 (2024-11-10)
26

37
* The `after_commit_everywhere` gem now needs to be added to the Gemfile manually on Active Record < 7.2 (@janko)

sequel-activerecord_connection.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "sequel-activerecord_connection"
3-
spec.version = "2.0.0"
3+
spec.version = "2.0.1"
44
spec.authors = ["Janko Marohnić"]
55
spec.email = ["janko@hey.com"]
66

0 commit comments

Comments
 (0)