From a6a24db85561a2cc2e4663f9000c084027af24a5 Mon Sep 17 00:00:00 2001 From: phdhiren Date: Mon, 27 Feb 2023 17:50:40 +0530 Subject: [PATCH] Bump version to 2.0.18 and change log (#245) --- CHANGELOG.md | 3 +++ src/ClientInterface.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf2f929..c9153413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +## [2.0.18](https://github.com/apigee/apigee-client-php/milestone/17?closed=1) +* [#243] Add additional organization type for Apigee X + ## [2.0.17](https://github.com/apigee/apigee-client-php/milestone/16?closed=1) * [#230] Bump firebase/php-jwt version to ^6. * [#232] Deprecation warnings when called serialized classes from the Symfony framework 4.4.x. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index b90e987d..76c02796 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -64,7 +64,7 @@ interface ClientInterface extends HttpClient */ public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1'; - public const VERSION = '2.0.17'; + public const VERSION = '2.0.18'; /** * Allows access to the last request, response and exception.