Version 1.015
Tomas Doran [Wed, 27 Jun 2012 18:38:10 +0000 (19:38 +0100)]
Changes
lib/Catalyst/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index 771e9e3..8999d88 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,9 @@
-
+1.015 2012-06-27
    - Add broken_dotnet_digest_without_query_string option
 
      Allows digest authentication from .NET, which does not include the
      query string in the uri in the digest Authorization header.
 
-1.015 2012-02-23
    - Fix broken synopsis. RT#75254
 
 1.014 2012-02-05
index 8d76f6c..e9804d9 100644 (file)
@@ -23,7 +23,7 @@ __PACKAGE__->mk_accessors(qw/
     broken_dotnet_digest_without_query_string
 /);
 
-our $VERSION = '1.014';
+our $VERSION = '1.015';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;