Release 0.08193 v0.08193
Alexander Hartmaier [Thu, 14 Jul 2011 17:02:30 +0000 (19:02 +0200)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 3d79078..8af1654 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08193 2011-07-14 17:00 (UTC)
     * New Features / Changes
         - Allow schema cloning to mutate attributes
         - DBIC now attempts more aggressive de-duplication of where
index 01f9500..8f00e30 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.08192';
+$VERSION = '0.08193';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases