release v0.900201 master v0.900201
Arthur Axel 'fREW' Schmidt [Tue, 30 Sep 2014 12:59:06 +0000 (07:59 -0500)]
Changes
lib/DBIx/Class/Journal.pm

diff --git a/Changes b/Changes
index 845c27f..a085034 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.900201 2014-09-30
     - Fix for 5.18 and 5.20
     - Don't copy column data from schema that does anything other
       than define data type.  e.g. autoinc stuff
index 63978f4..ac2147b 100644 (file)
@@ -5,7 +5,7 @@ use base qw/DBIx::Class/;
 use strict;
 use warnings;
 
-our $VERSION = '0.900102';
+our $VERSION = '0.900201';
 $VERSION = eval $VERSION; # no errors in dev versions
 
 ## On create/insert, add new entry to AuditLog and new content to AuditHistory