Skip to content

Commit

Permalink
ref #1 - bump Changes/VERSION for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Feb 12, 2015
1 parent 61f7dec commit f45babd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Mojolicious-Plugin-OAuth2-Server

0.08 2015-02-12
- stipulate CryptX in the Makefile.PL rather than Crypt::PRNG, as the
latter doesn't have a VERSION number so causes dependency check to
fail (thanks to reneeb for the report/fix)
- some tweaks in examples

0.07 2015-02-11
- call verify_client before redirecting to login / confirm scopes
as there's no point logging a user in, etc, if the client is bad
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Authorization Server / Resource Server with Mojolicious

# VERSION

0.07
0.08

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Plugin/OAuth2/Server.pm
Expand Up @@ -11,7 +11,7 @@ Authorization Server / Resource Server with Mojolicious
=head1 VERSION
0.07
0.08
=head1 SYNOPSIS
Expand Down Expand Up @@ -197,7 +197,7 @@ use MIME::Base64 qw/ encode_base64 decode_base64 /;
use Carp qw/ croak /;
use Crypt::PRNG qw/ random_string /;

our $VERSION = '0.07';
our $VERSION = '0.08';

my %CLIENTS;
my %AUTH_CODES;
Expand Down

0 comments on commit f45babd

Please sign in to comment.