Version 1.014 v1.014
Tomas Doran [Fri, 26 Apr 2013 19:47:00 +0000 (19:47 +0000)]
Changes
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm

diff --git a/Changes b/Changes
index 6fc7302..a06d711 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.014 26 April 2013
   - Don't fall back to unauthenticated bind when authenticating
 
 1.013  9 January 2013
index 8742ae8..cdd025d 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP;
 use strict;
 use warnings;
 
-our $VERSION = '1.013';
+our $VERSION = '1.014';
 
 use Catalyst::Authentication::Store::LDAP::Backend;
 
index 7211e72..8c457b7 100644 (file)
@@ -72,7 +72,7 @@ use base qw( Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '1.013';
+our $VERSION = '1.014';
 
 use Catalyst::Authentication::Store::LDAP::User;
 use Net::LDAP;
index de1a8ca..ec3fa25 100644 (file)
@@ -50,7 +50,7 @@ use strict;
 use warnings;
 use Scalar::Util qw/refaddr/;
 
-our $VERSION = '1.013';
+our $VERSION = '1.014';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }