Version 0.18 v0.18
Tomas Doran [Sat, 18 Aug 2012 15:20:13 +0000 (15:20 +0000)]
Changes
lib/Catalyst/Authentication/Credential/OpenID.pm

diff --git a/Changes b/Changes
index d460ee4..273d53f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst::Authentication::Credential::OpenID
 
+0.18 Sat Aug 18 16:19:00 BST 2012
       - Fix RT#79072, fixing dist Makefile.PL
 
 0.17 Sun Jul 15 21:03:00 BST 2012
index ce00d7a..8fddeef 100644 (file)
@@ -16,7 +16,7 @@ __PACKAGE__->mk_accessors(qw/
     flatten_extensions_into_user
 /);
 
-our $VERSION = "0.17";
+our $VERSION = "0.18";
 
 use Net::OpenID::Consumer;
 use Catalyst::Exception ();