Prep for release
Kennedy Clark [Fri, 8 May 2009 23:11:52 +0000 (23:11 +0000)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index f50b52c..869572f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Manual
 
+5.7021  8 May 2009
         - Switch to SimpleDB for auth
         - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
         - Re-write PostgreSQL section in appendix
index bb2d453..c76e2f5 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.7020';
+our $VERSION = '5.7021';
 
 =head1 NAME