foo v0.16
Yuval Kogman [Tue, 3 Jul 2007 15:17:02 +0000 (15:17 +0000)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 66f0d4b..72daf51 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.16
+        - Stupid makefile
+
 0.15
         - Fix the bug that caused sessions to expire immediately when another
           session was deleted previously in the same request cycle
index 608b0ed..41693fd 100644 (file)
@@ -13,7 +13,7 @@ use overload            ();
 use Object::Signature   ();
 use Carp;
 
-our $VERSION = "0.15";
+our $VERSION = "0.16";
 
 my @session_data_accessors; # used in delete_session
 BEGIN {