Changelog, bump versions 0.77
Tomas Doran [Thu, 27 Aug 2009 01:23:12 +0000 (02:23 +0100)]
Changes
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index 31ddb85..c0753f8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,14 +1,16 @@
+Thu 27 Aug 02:21:09 BST 2009 - Release 0.77
+
   Allow dispatching to Catalyst Actions, for use with ActionClasses
   etc - fREW
 
   Fix test if CATALYST_DEBUG environment variable is set
 
-Fri Aug 21 21:20:52 BST 2009 (t0m) - Release 0.76
+Fri Aug 21 21:20:52 BST 2009 - Release 0.76
 
   Added two new status response helpers (202 no content and 410 gone),
   and tests - Franck Cuny
 
-Mon Aug 17 14:07:41 BST 2009 (t0m) - Release 0.75
+Mon Aug 17 14:07:41 BST 2009 - Release 0.75
 
   Fix optional test failures in catalyst-action-serialize-accept.t
 
index c06ad8d..c0f7823 100644 (file)
@@ -17,7 +17,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.76';
+our $VERSION = '0.77';
 $VERSION = eval $VERSION;
 
 sub new {
index 1e72127..be91848 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Controller::REST;
 use strict;
 use warnings;
 
-our $VERSION = '0.76';
+our $VERSION = '0.77';
 $VERSION = eval $VERSION;
 
 =head1 NAME