upped version, prep release
John Napiorkowski [Wed, 16 Oct 2013 15:05:49 +0000 (10:05 -0500)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 65a07c5..5a3e222 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.39 2013-10-16
       - Fixed a bug when "expiry_threshold" is non-zero, where changes to the
       session were not saved.
 
index 62fbf17..8733eb8 100644 (file)
@@ -14,7 +14,7 @@ use List::Util qw/ max /;
 
 use namespace::clean -except => 'meta';
 
-our $VERSION = '0.38';
+our $VERSION = '0.39';
 $VERSION = eval $VERSION;
 
 my @session_data_accessors; # used in delete_session