Bump version v0.28
Tomas Doran [Mon, 4 Jan 2010 13:15:44 +0000 (13:15 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index af1e471..1c93d0f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.28   2010-01-04 13:15:00
         - Fix issues in debug mode. (RT#53338)
 
 0.27   2010-01-03 14:49:00
index 90e9cc1..305dd61 100644 (file)
@@ -8,7 +8,7 @@ use MIME::Types ();
 use MooseX::Types::Moose qw/ArrayRef Str/;
 use namespace::autoclean;
 
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 
 has _static_file => ( is => 'rw' );
 has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );