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 defe68f commit 66130a8Copy full SHA for 66130a8
Changelog.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
-# Unreleased
+# 11.3.0
4
+- Make table_name configurable https://github.com/ilyakatz/data-migrate/pull/361
5
- Use lease_connection over deprecated connection for rails 8 https://github.com/ilyakatz/data-migrate/pull/353
6
- Add Ruby 3.4 to CI matrix
7
lib/data_migrate/version.rb
@@ -1,3 +1,3 @@
module DataMigrate
- VERSION = "11.2.0".freeze
+ VERSION = "11.3.0".freeze
end
0 commit comments