Version 0.11 0.11
Tomas Doran [Tue, 13 Mar 2012 22:54:28 +0000 (22:54 +0000)]
Changes
lib/Catalyst/Plugin/Cache.pm

diff --git a/Changes b/Changes
index 78b0e91..bce41b0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.11
         - Convert repository to git (fREW Schmidt)
         - Depend on Catalyst 5.8 and so lose un-declared dependencies
           on Class::Data::Inheritable and Class::Accessor::Fast.
index c46a5e2..a4921c7 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 
 with 'Catalyst::ClassData';
 
-our $VERSION = "0.10";
+our $VERSION = "0.11";
 
 use Scalar::Util ();
 use Catalyst::Utils ();