release v0.08205 v0.08205
Arthur Axel 'fREW' Schmidt [Wed, 23 Jan 2013 01:02:54 +0000 (19:02 -0600)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 0e5d8f8..1b128ad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08205 2013-01-22
     * New Features / Changes
         - The emulate_limit() arbitrary limit dialect emulation mechanism is
           now deprecated, and will be removed when DBIx::Class migrates to
index 41787d3..3d5b095 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.08204';
+$VERSION = '0.08205';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases