Skip to content

Commit

Permalink
bump VERSION and Change for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Dec 9, 2019
1 parent ee16238 commit 41e2cd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Net-OAuth2-AuthorizationServer

0.24 2019-12-09
- Remove hard dependency on Mojo::JWT (GH #26, with thanks to ap)

0.23 2019-06-04
- Fix examples to work with recent version of deps (GH #23, GH #25)

Expand Down
4 changes: 2 additions & 2 deletions lib/Net/OAuth2/AuthorizationServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authorization Server
=head1 VERSION
0.23
0.24
=head1 SYNOPSIS
Expand Down Expand Up @@ -45,7 +45,7 @@ use Net::OAuth2::AuthorizationServer::ImplicitGrant;
use Net::OAuth2::AuthorizationServer::PasswordGrant;
use Net::OAuth2::AuthorizationServer::ClientCredentialsGrant;

our $VERSION = '0.23';
our $VERSION = '0.24';

=head1 GRANT TYPES
Expand Down

0 comments on commit 41e2cd7

Please sign in to comment.