Release 0.08204 v0.08204
Torsten Raudssus [Thu, 8 Nov 2012 19:56:08 +0000 (20:56 +0100)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index d2d2817..1405206 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08204 2012-11-08
     * New Features / Changes
         - SQLMaker now accepts \'literal' with the 'for' rs attribute as an
           override to the builtin FOR options
index f4d573c..9809504 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.08203_01';
+$VERSION = '0.08204';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases