Bump versions, changelog for release
Tomas Doran (t0m) [Thu, 11 Jun 2009 09:30:33 +0000 (10:30 +0100)]
Changes
lib/Catalyst/Component/ACCEPT_CONTEXT.pm

diff --git a/Changes b/Changes
index 0ec6338..48c8fbb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Component-ACCEPT_CONTEXT
 
+0.07    11 June 2009
+        Fix tests with Catalyst 5.80005
+
 0.06    24 April 2009
         Switch from NEXT to MRO::Compat
 
index e77e4d7..5fd529f 100644 (file)
@@ -12,11 +12,11 @@ request context available in Models and Views.
 
 =head1 VERSION
 
-Version 0.06
+Version 0.07
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS