Skip to content

Commit

Permalink
Version bump to 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 31, 2022
1 parent 8423c18 commit 27efd53
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.0 (unreleased)
## 1.4.0 (2022-10-31)

- Added check for `add_exclusion_constraint`
- Added support for `RACK_ENV`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Postgres-specific checks:
- [adding an index non-concurrently](#adding-an-index-non-concurrently)
- [adding a reference](#adding-a-reference)
- [adding a foreign key](#adding-a-foreign-key)
- [adding an exclusion constraint](#adding-an-exclusion-constraint) [unreleased]
- [adding an exclusion constraint](#adding-an-exclusion-constraint)
- [adding a json column](#adding-a-json-column)
- [setting NOT NULL on an existing column](#setting-not-null-on-an-existing-column)

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.3.2"
VERSION = "1.4.0"
end

0 comments on commit 27efd53

Please sign in to comment.