Skip to content

Commit

Permalink
Version bump to 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 5, 2023
1 parent 13444c3 commit 8e9c9b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.4.1 (unreleased)
## 1.4.1 (2023-01-05)

- Added support for multiple databases to `target_version`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ The major version works well for Postgres, while the full version is recommended

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

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

```ruby
StrongMigrations.target_version = {primary: 13, catalog: 15}
Expand Down
2 changes: 1 addition & 1 deletion lib/strong_migrations/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StrongMigrations
VERSION = "1.4.0"
VERSION = "1.4.1"
end

0 comments on commit 8e9c9b8

Please sign in to comment.