We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0617758 commit 1b4b478Copy full SHA for 1b4b478
CHANGELOG.md
@@ -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
lib/database_cleaner/active_record/version.rb
@@ -1,5 +1,5 @@
module DatabaseCleaner
module ActiveRecord
- VERSION = "2.0.1"
+ VERSION = "2.1.0"
end
0 commit comments