release 0.11022 v0.11022
Dagfinn Ilmari Mannsåker [Mon, 4 Dec 2017 11:50:21 +0000 (11:50 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index a307d5e..3ca6195 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Changes for SQL::Translator
 
+0.11022 2017-12-04
+
  * Add support for monotonically increasing SQLite autoincs (GH#47)
  * Add support for CHECK constraint in SQLite producer (GH#57)
  * Add support for CHECK constraint in POD producer (GH#63)
index 1cbfcee..aa75d73 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11021';
+our $VERSION  = '0.11022';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";