From bf861432a6767cb103103cbdaae31da8ad64f2c5 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 15 Dec 2018 10:36:54 -0500 Subject: [PATCH] bump version to 2.2.2 --- 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 2d71908..f654581 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.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) diff --git a/lib/schema_plus/core/version.rb b/lib/schema_plus/core/version.rb index 577dc8c..1885b69 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.1" + VERSION = "2.2.2" end end