version bump and changelog
Yuval Kogman [Tue, 12 Sep 2006 11:27:39 +0000 (11:27 +0000)]
Changes [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..fcc8022
--- /dev/null
+++ b/Changes
@@ -0,0 +1,5 @@
+0.07
+    - Applied Ton Voon's patch that fixed option propagation for basic auth.
+
+0.06
+    - Refactored internals into smaller methods
index 19f46f4..9183a7b 100644 (file)
@@ -11,7 +11,7 @@ use URI::Escape    ();
 use Catalyst       ();
 use Digest::MD5    ();
 
-our $VERSION = "0.06";
+our $VERSION = "0.07";
 
 sub authenticate_http {
     my ( $c, @args ) = @_;