Version 0.14. v0.14
Florian Ragwitz [Sat, 22 Aug 2009 17:10:01 +0000 (17:10 +0000)]
Changes
lib/Catalyst/Plugin/Session/State/Cookie.pm

diff --git a/Changes b/Changes
index fd90259..397fece 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
 
+0.14    2009-08-22
         - Allow turning off the httponly option (Closes RT#48930).
 
 0.13    2009-08-19
index 0c26490..bd943c0 100644 (file)
@@ -7,7 +7,7 @@ extends 'Catalyst::Plugin::Session::State';
 use MRO::Compat;
 use Catalyst::Utils ();
 
-our $VERSION = "0.13";
+our $VERSION = "0.14";
 
 has _deleted_session_id => ( is => 'rw' );