release 0.11020 v0.11020
Dagfinn Ilmari Mannsåker [Tue, 2 Sep 2014 22:24:20 +0000 (23:24 +0100)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index e9348f3..b185495 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Changes for SQL::Translator
 
+0.11020 2014-09-02
+
  * Fix test failure if Test::PostgreSQL is installed but not working
 
 0.11019 2014-09-02
index 13a0551..e0bee17 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11019';
+our $VERSION  = '0.11020';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";