version bump and changelog
[catagits/Catalyst-Authentication-Credential-HTTP.git] / lib / Catalyst / Plugin / Authentication / Credential / HTTP.pm
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 ) = @_;