Skip to content

Commit

Permalink
bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Dec 15, 2018
1 parent 7ec5928 commit bf86143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t

## Release Notes

* 2.2.2 Fixed dumping tables in postgresql in AR 5.2 when the PK is not a bigint.
* 2.2.1 Fixed expression index handling in AR5.x.
* 2.2.0 Added AR5.2 support. Thanks to [@jeremyyap](https://github.com/jeremyyap)
* 2.1.1 Bug fix: Don't lose habtm options. Thanks to [@iagopiimenta ](https://github.com/iagopiimenta)
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_plus/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SchemaPlus
module Core
VERSION = "2.2.1"
VERSION = "2.2.2"
end
end

0 comments on commit bf86143

Please sign in to comment.