Release 0.08192 v0.08192
Arthur Axel 'fREW' Schmidt [Tue, 10 May 2011 04:22:30 +0000 (23:22 -0500)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 2a2c251..0111ffa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08192 2011-05-10 04:20 (UTC)
     * Fixes
         - Fix serious regression on SQLite, corrupting data when an alphanum
           value does not correspond to a stale numeric datatype in colinfo
index f9cf49a..6310697 100644 (file)
@@ -11,7 +11,7 @@ our $VERSION;
 # $VERSION declaration must stay up here, ahead of any other package
 # declarations, as to not confuse various modules attempting to determine
 # this ones version, whether that be s.c.o. or Module::Metadata, etc
-$VERSION = '0.08191';
+$VERSION = '0.08192';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases