From 6f98353b9c7e89d554ea0595a02889e0b6da0bc3 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 9 Oct 2018 14:07:19 -0500 Subject: [PATCH] increment api version to 3.1 --- Changes | 4 +++- dist.ini | 4 ++-- lib/Facebook/Graph/Role/Uri.pm | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index aad6b9f..23144b8 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ -1.1205 XXXX-XX-XX +1.1205 2018-10-08 + - Incremented API version number to 3.1. + - Lots of fixes and additions thanks to Paul Cochrane/ - Added continuous integration configs for Travis and AppVeyor. - Fixed typos in documentation. - Added more information to dist metadata. diff --git a/dist.ini b/dist.ini index 0880888..929d5cf 100644 --- a/dist.ini +++ b/dist.ini @@ -2,8 +2,8 @@ name = Facebook-Graph author = JT Smith license = Perl_5 copyright_holder = Plain Black Corporation -copyright_year = 2017 -version = 1.1204 +copyright_year = 2018 +version = 1.1205 [GatherDir] [PruneCruft] diff --git a/lib/Facebook/Graph/Role/Uri.pm b/lib/Facebook/Graph/Role/Uri.pm index 6eeda9b..26dfd1b 100644 --- a/lib/Facebook/Graph/Role/Uri.pm +++ b/lib/Facebook/Graph/Role/Uri.pm @@ -9,7 +9,7 @@ sub uri { has api_version => ( is => 'rw', - default => 'v2.8', + default => 'v3.1', ); sub generate_versioned_path {