Version 1.014 v1.014
Tomas Doran [Sun, 5 Feb 2012 18:42:05 +0000 (18:42 +0000)]
Changes
lib/Catalyst/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index ff12897..805ebce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.014 2012-02-05
    - Add require_ssl configuration setting.
    - Add no_unprompted_authorization_required configuration setting.
 
index 62cefa9..85d6418 100644 (file)
@@ -22,7 +22,7 @@ __PACKAGE__->mk_accessors(qw/
     require_ssl
 /);
 
-our $VERSION = '1.013';
+our $VERSION = '1.014';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;