Version 1.016 1.016
Tomas Doran [Sat, 27 Jul 2013 19:54:15 +0000 (12:54 -0700)]
Changes
lib/Catalyst/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index e207f03..e26f013 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.016 2013-07-27
    - Fix repository metadata. RT#87114
 
 1.015 2012-06-27
index e9804d9..e31b703 100644 (file)
@@ -23,7 +23,7 @@ __PACKAGE__->mk_accessors(qw/
     broken_dotnet_digest_without_query_string
 /);
 
-our $VERSION = '1.015';
+our $VERSION = '1.016';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;