summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <domm@plix.at>2022-03-10 16:43:42 +0100
committerThomas Klausner <domm@plix.at>2022-03-10 16:43:42 +0100
commit6cfaad23203cd4d04be7688dbf699b86371ea472 (patch)
treeb8c45a5dac3bf8c261d2d53b12945579141818bf
parent7a30ad354b6432f0cec045882f0ffad286205041 (diff)
Release 0.19
-rw-r--r--Changes7
-rw-r--r--README.md5
-rw-r--r--dist.ini2
3 files changed, 10 insertions, 4 deletions
diff --git a/Changes b/Changes
index 5df1ff7..87b30f9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for LWP-Authen-OAuth2
{{$NEXT}}
+0.19 2022-03-10 16:43:24+01:00
+ - Add Withings Service Provider (Brian Foley)
+ - replace explicit gibberisch with a hopeful better explanation (Thomas Klausner)
+ - Make meaningless doc explicitly meaningless. (Tamas TEVESZ)
+ - Fixed broken link as reported by CPANTS. (Mohammad S Anwar)
+
+
0.18 2021-01-10 22:49:23+01:00
- dist housekeeping, Dist::Zilla::PluginBundle::Author::DOMM
diff --git a/README.md b/README.md
index 055b064..fd14640 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ LWP::Authen::OAuth2 - Make requests to OAuth2 APIs.
# VERSION
-version 0.18
+version 0.19
# SYNOPSIS
@@ -461,7 +461,6 @@ specified
- [Adam Millerchip](https://github.com/amillerchip) for adding a [Line ](https://metacpan.org/pod/%20https%3A#line.me) Service Provider and some refactoring
- [Michael Stevens](https://github.com/mstevens) for adding a `Yahoo | https://developer.yahoo.com` Service Provider and some dist cleanup
- Nick Morrott for fixing some documentation typos
-- [Brian Foley](https://github.com/foleybri) for adding a https://developer.withings.com Service Provider
# AUTHORS
@@ -470,7 +469,7 @@ specified
# COPYRIGHT AND LICENSE
-This software is copyright (c) 2013 - 2021 by Ben Tilly, Rent.com, Thomas Klausner.
+This software is copyright (c) 2013 - 2022 by Ben Tilly, Rent.com, Thomas Klausner.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
diff --git a/dist.ini b/dist.ini
index b3a5bb2..605d9c6 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,6 +3,6 @@ author = Ben Tilly, <btilly at gmail.com>
author = Thomas Klausner <domm@plix.at>
license = Perl_5
copyright_holder = Ben Tilly, Rent.com, Thomas Klausner
-copyright_year = 2013 - 2021
+copyright_year = 2013 - 2022
[@Author::DOMM]