release commit 0.1504
Matt S Trout [Fri, 5 Oct 2012 15:56:02 +0000 (15:56 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm

diff --git a/Changes b/Changes
index 2ecc1c6..ceaa60d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1504  2012-10-05
         * Make use_userdata_from_session use inflate_result since this is
           already-stored data, not a "new" object being created
 
index fd0b7f4..81fed8d 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1503";
+our $VERSION= "0.1504";
 
 
 BEGIN {