Skip to content

Commit 66130a8

Browse files
committed
Release version 11.3.0
1 parent defe68f commit 66130a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
# Unreleased
3+
# 11.3.0
4+
- Make table_name configurable https://github.com/ilyakatz/data-migrate/pull/361
45
- Use lease_connection over deprecated connection for rails 8 https://github.com/ilyakatz/data-migrate/pull/353
56
- Add Ruby 3.4 to CI matrix
67

lib/data_migrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DataMigrate
2-
VERSION = "11.2.0".freeze
2+
VERSION = "11.3.0".freeze
33
end

0 commit comments

Comments
 (0)