release 0.11021 v0.11021
Dagfinn Ilmari Mannsåker [Thu, 29 Jan 2015 12:33:04 +0000 (12:33 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index cb55e3f..6c9c88e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Changes for SQL::Translator
 
+0.11021 2015-01-29
+
  * Fix Oracle producer generating an unnecessary / at the end in case there
    are no triggers
  * Skip HTML tests if CGI is not installed (RT#98027)
index 9c3e9ec..1f0c636 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11020';
+our $VERSION  = '0.11021';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";