Skip to content

Commit 1b4b478

Browse files
committed
Add CHANGELOG and bump version to v2.1.0
1 parent 0617758 commit 1b4b478

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Development (unreleased)
2+
3+
## v2.1.0 2023-02-17
4+
5+
* Add Ruby 3.2 to CI matrix: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/79
6+
* Add Rails 7.1 support: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/78
7+
* Add WHERE clause to make `ruby-spanner-activerecord` happy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/77
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module DatabaseCleaner
22
module ActiveRecord
3-
VERSION = "2.0.1"
3+
VERSION = "2.1.0"
44
end
55
end

0 commit comments

Comments
 (0)