Version 0.04 0.04
Tomas Doran [Mon, 3 Oct 2011 16:26:40 +0000 (17:26 +0100)]
Changes
lib/Catalyst/Authentication/Credential/OAuth.pm

diff --git a/Changes b/Changes
index 5226072..b23b294 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst::Authentication::Credential::OAuth
 
+0.04 Mon Oct 3 17;26:00 2011
    Convert repository to git (fREW Schmidt)
 
 0.03 Mon Jun 28 01:16:00 2010
index 7d4a1ae..ba846e3 100644 (file)
@@ -10,7 +10,7 @@ use String::Random qw/ random_string /;
 use Catalyst::Exception ();
 use namespace::autoclean;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 has debug => ( is => 'ro', isa => Bool );
 has providers => ( is => 'ro', isa => HashRef, required => 1 );