Skip to content

Commit

Permalink
bump VERSION and Changes for CPAN release
Browse files Browse the repository at this point in the history
add another contributor to POD and README
  • Loading branch information
leejo committed May 17, 2018
1 parent 9377e98 commit 2fad69b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Net-OAuth2-AuthorizationServer

0.18 2018-05-17
- Fix a couple of typos and path issues revealed by Debian package
built linter (GH #18, GH #17, with thanks to Mirko Tietge)


0.17 2018-04-16
- Handle inconsistencies between various grant types and the return
data from ->verify_token_and_scope sometimes returning a hash ref
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authorization Server

# VERSION

0.17
0.18

# SYNOPSIS

Expand Down Expand Up @@ -76,6 +76,8 @@ Pierre VIGIER - `pierre.vigier@gmail.com`

Ian Sillitoe - [https://github.com/sillitoe](https://github.com/sillitoe)

Mirko Tietgen - [mirko@abunchofthings.net](https://metacpan.org/pod/mirko@abunchofthings.net)

# LICENSE

This library is free software; you can redistribute it and/or modify it under
Expand Down
6 changes: 4 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.17
0.18
=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.17';
our $VERSION = '0.18';

=head1 GRANT TYPES
Expand Down Expand Up @@ -119,6 +119,8 @@ Pierre VIGIER - C<pierre.vigier@gmail.com>
Ian Sillitoe - L<https://github.com/sillitoe>
Mirko Tietgen - L<mirko@abunchofthings.net>
=head1 LICENSE
This library is free software; you can redistribute it and/or modify it under
Expand Down

0 comments on commit 2fad69b

Please sign in to comment.