Skip to content

Commit 8e9c9b8

Browse files
committed
Version bump to 1.4.1 [skip ci]
1 parent 13444c3 commit 8e9c9b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 (unreleased)
1+
## 1.4.1 (2023-01-05)
22

33
- Added support for multiple databases to `target_version`
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ The major version works well for Postgres, while the full version is recommended
824824

825825
For safety, this option only affects development and test environments. In other environments, the actual server version is always used.
826826

827-
If your app has multiple databases with different versions, with Rails 6.1+, you can use: [unreleased]
827+
If your app has multiple databases with different versions, with Rails 6.1+, you can use:
828828

829829
```ruby
830830
StrongMigrations.target_version = {primary: 13, catalog: 15}

lib/strong_migrations/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StrongMigrations
2-
VERSION = "1.4.0"
2+
VERSION = "1.4.1"
33
end

0 commit comments

Comments
 (0)