summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <domm@plix.at>2021-01-10 22:26:37 +0100
committerThomas Klausner <domm@plix.at>2021-01-10 22:26:37 +0100
commit620804cdaca484d851766b89e0c6c1441b4c3201 (patch)
tree16572bc48dd1842d422fc560ac563ff67ffd5142
parent638e072b85aa598a789eea3405c79f438c0ac5c3 (diff)
bump version
-rw-r--r--Changes7
-rw-r--r--lib/LWP/Authen/OAuth2.pm3
2 files changed, 8 insertions, 2 deletions
diff --git a/Changes b/Changes
index ec2cf56..4a5988d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for LWP-Authen-OAuth2
+0.17 2020-11-22T17:42:02
+ - fix bug in token-refresh, RT132661 (Ruud)
+ - fix doc error reported by niceperl in RT133154 (niceperl)
+ - add redirect_uri as optional request param (suggested by john ridley)
+ - Fix casing of LWP::UserAgent in Pod link (Olaf Alders)
+
+
0.16 2019-02-25T21:39:03
- remove useless links to search.cpan.org (Thomas Klausner)
- add Michael Stevens to thank-you section (Thomas Klausner)
diff --git a/lib/LWP/Authen/OAuth2.pm b/lib/LWP/Authen/OAuth2.pm
index 944758b..60d212c 100644
--- a/lib/LWP/Authen/OAuth2.pm
+++ b/lib/LWP/Authen/OAuth2.pm
@@ -338,8 +338,7 @@ Version 0.15
=cut
-our $VERSION = '0.16';
-
+our $VERSION = '0.17';
=head1 SYNOPSIS