Bump versions for release v0.10013
Tomas Doran [Fri, 19 Jun 2009 15:16:43 +0000 (15:16 +0000)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index 7bddd18..56eb2ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10013 Fri Jun 19 16:08:00 BST 2009
       - Add a username_field config item to ::Credential::Remote
         (Nigel Metheringham)
       - Die with a useful error message if we are about to try to restore
index c6b42f4..ca0c425 100644 (file)
@@ -12,7 +12,7 @@ use Tie::RefHash;
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10012";
+our $VERSION = "0.10013";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;