Version 0.12.
Florian Ragwitz [Fri, 16 Oct 2009 16:23:42 +0000 (18:23 +0200)]
Changes
lib/Catalyst/Plugin/Session/State/Stash.pm

diff --git a/Changes b/Changes
index 8e65d90..a5bab85 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Plugin-Session-State-Stash
 
+0.12    16 Oct 2009
+        - Use session config handling from Catalyst::Plugin::Session 0.27.
+
 0.11    08 Oct 2009
         - Update to be able to use the new 'Plugin::Session' config key
           as the rest of the Session infrastructure is moving to that.
index a41f820..0e00bdc 100644 (file)
@@ -7,7 +7,7 @@ use strict;
 use warnings;
 use MRO::Compat;
 
-our $VERSION = "0.10";
+our $VERSION = "0.12";
 
 BEGIN { __PACKAGE__->mk_accessors(qw/_deleted_session_id _prepared/) }