diff --git a/README.md b/README.md index f654581..b384377 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ SchemaPlus::Core provides a state object and of callbacks to various phases of t ## Release Notes +* 2.2.3 Fix dumping complex expression based indexes in AR 5.x * 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) diff --git a/lib/schema_plus/core/version.rb b/lib/schema_plus/core/version.rb index 1885b69..e769eed 100644 --- a/lib/schema_plus/core/version.rb +++ b/lib/schema_plus/core/version.rb @@ -1,5 +1,5 @@ module SchemaPlus module Core - VERSION = "2.2.2" + VERSION = "2.2.3" end end