updated changelog
John Napiorkowski [Wed, 6 Aug 2014 14:43:28 +0000 (10:43 -0400)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 7e1aed7..88e9af2 100755 (executable)
@@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90069_002';
+our $VERSION = '5.90069_003';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 0d8d4c5..d15ccbe 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90069_002';
+our $VERSION = '5.90069_003';
 
 =head1 NAME