Version 0.23 0.10023
Tomas Doran [Thu, 11 Apr 2013 19:16:46 +0000 (20:16 +0100)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index 1a5788a..45027a9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10023 11 Jan 2013
    - Add Howto on using the auth from the proxy server with
      ::Credential::Remote (Robert Rothenberg)
 
index 3bbc9b3..023fb9c 100644 (file)
@@ -11,7 +11,7 @@ with 'MooseX::Emulate::Class::Accessor::Fast';
 
 __PACKAGE__->mk_accessors(qw/_user/);
 
-our $VERSION = "0.10022";
+our $VERSION = "0.10023";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;