Version 0.17 v0.17
Tomas Doran [Sun, 15 Jul 2012 20:04:55 +0000 (20:04 +0000)]
Changes
lib/Catalyst/Authentication/Credential/OpenID.pm

diff --git a/Changes b/Changes
index 965944b..cadf47b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst::Authentication::Credential::OpenID
 
+0.17 Sun Jul 15 21:03:00 BST 2012
+      - Fix Makefile.PL, release dev release.
+
 0.16_02 Fri Oct 15 18:54:24 PDT 2010
       - Experimental, undocumented flatten_extensions_into_user added
         which flattens the namespaced key vals from extensions into
index fa60a9e..ce00d7a 100644 (file)
@@ -16,7 +16,7 @@ __PACKAGE__->mk_accessors(qw/
     flatten_extensions_into_user
 /);
 
-our $VERSION = "0.16_02";
+our $VERSION = "0.17";
 
 use Net::OpenID::Consumer;
 use Catalyst::Exception ();