Bump versions 0.79
Tomas Doran [Fri, 11 Dec 2009 01:09:43 +0000 (01:09 +0000)]
Changes
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index edcaab3..41ffcff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,13 @@
+Fri 11 Dec 01:08:00 GMT 2009 - Release 0.79
 
   Cope with invalid (missing required q parameter) header like:
   application/json; charset="utf-8"
 
+  Fix documentation to not mention deprecated things and generally be
+  in better style.
+
+  Make author information consistant and only in one module.
+
 Mon 28 Sep 15:01:03 BST 2009 - Release 0.78
 
   Require Moose for the tests (RT#50066).
index 7adc6b2..d27be7d 100644 (file)
@@ -17,7 +17,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.78';
+our $VERSION = '0.79';
 $VERSION = eval $VERSION;
 
 sub new {
index b77eb61..99addac 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Controller::REST;
 use strict;
 use warnings;
 
-our $VERSION = '0.78';
+our $VERSION = '0.79';
 $VERSION = eval $VERSION;
 
 =head1 NAME