From d0040d80ecc8d8a48549abab9d2f8d87247170c8 Mon Sep 17 00:00:00 2001 From: Arlina Espinoza Rhoton Date: Fri, 4 Dec 2020 15:22:42 -0800 Subject: [PATCH] Updated changelog for 2.0.6 and version in ClientInterface. (#113) * Updated changelog for 2.0.6. * Updated client version in ClientInterface to 2.0.6. --- CHANGELOG.md | 4 +++- src/ClientInterface.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a7977e..5c6efbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # CHANGELOG -## [2.0.6] +## [2.0.6](https://github.com/apigee/apigee-client-php/milestone/5?closed=1) * Dropped support of HTTPlug 1.x libraries (HTTPlug, Client Common and Guzzle 6 adapter). +* Added support for GCE Service Account Authentication. +* Added support for `phpdocumentor/reflection-docblock:^5.0`. ## [2.0.5](https://github.com/apigee/apigee-client-php/milestone/3?closed=1) - May 26 2020 * GA support for Apigee hybrid Management API. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index faa0a8c5..7971740c 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -44,7 +44,7 @@ interface ClientInterface extends HttpClient */ public const HYBRID_ENDPOINT = 'https://apigee.googleapis.com/v1'; - public const VERSION = '2.0.5'; + public const VERSION = '2.0.6'; /** * Allows access to the last request, response and exception.