Prepared for release v0.07
Cory G Watson [Fri, 17 Mar 2006 17:34:53 +0000 (17:34 +0000)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index e0d22c2..dceff4d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
-0.07    Pending
+0.07    2005-03-17 17:33:12
         - allow base64 hashed passwords
 
 0.06    2005-03-14 19:23:50
index 23b202d..17873fa 100644 (file)
@@ -22,7 +22,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.06";
+our $VERSION = "0.07";
 
 sub set_authenticated {
     my ( $c, $user ) = @_;