Bump version 0.07_02
Tomas Doran [Fri, 19 Feb 2010 00:12:50 +0000 (00:12 +0000)]
Changes
lib/Catalyst/View/Component/SubInclude.pm

diff --git a/Changes b/Changes
index 6cc5bd7..4f99743 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-View-Component-SubInclude
 
+0.07_02 Fri Feb 19 00:11:00 2010
+        - Fix missing test_requires dependency on Catalyst::Action::RenderView.
+
 0.07_01 Mon Feb 15 22:41:54 2010
         - It is now possible to configure plugins, and the subrequest
           and visit plugins can be configured to not replace the stash
index cfba0b8..840cfa9 100644 (file)
@@ -19,7 +19,7 @@ Version 0.07_01
 
 =cut
 
-our $VERSION = '0.07_01';
+our $VERSION = '0.07_02';
 $VERSION = eval $VERSION;
 
 =head1 SYNOPSIS