From 96b566e3650786822002e3a832e5caef79682590 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Wed, 31 Oct 2018 17:55:40 +0100 Subject: [PATCH] bump version --- Changes | 9 +++++++++ lib/LWP/Authen/OAuth2.pm | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index cece33f..3853062 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for LWP-Authen-OAuth2 +0.15 2018-10-31T17:54:15 + - Update to match CPAN (Colin Newell) + - Add license file (eadjei) + - Adding travis config (Ndifreke Ekott) + - add Adam Millerchip to contributors/thanks (Thomas Klausner) + - update synopsis to show state is required (Adam Millerchip) + - Add Service Provider for Line (Adam Millerchip) + + 0.14 2017-08-16T08:18:46 - released on CPAN-Day 2017 from Sibiu, Romania - Add Service Provider for Line (Adam Millerchip) diff --git a/lib/LWP/Authen/OAuth2.pm b/lib/LWP/Authen/OAuth2.pm index 51983cc..0560cbe 100644 --- a/lib/LWP/Authen/OAuth2.pm +++ b/lib/LWP/Authen/OAuth2.pm @@ -331,11 +331,11 @@ LWP::Authen::OAuth2 - Make requests to OAuth2 APIs. =head1 VERSION -Version 0.13 +Version 0.15 =cut -our $VERSION = '0.14'; +our $VERSION = '0.15'; =head1 SYNOPSIS