From c1ec84d504257c3069071cdd1d31aad69f0144fd Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 30 Dec 2018 16:45:26 -0500 Subject: [PATCH] bump to version 2.2.3 --- README.md | 1 + lib/schema_plus/core/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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