From 29be1be199bc274d8058030fe56dc32ae74b3b20 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Tue, 5 Dec 2023 13:08:20 +0530 Subject: [PATCH] Bump version to 3.0.3 and change log updates - 3x --- CHANGELOG.md | 4 ++++ src/ClientInterface.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05551992..735bc175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +## [3.0.3](https://github.com/apigee/apigee-client-php/milestone/26?closed=1) +* [#323] Add union type to suppress deprecation warning. +* [#325] Fix error when AppGroup list is empty or do not returns appgroups array. + ## [3.0.2](https://github.com/apigee/apigee-client-php/milestone/24?closed=1) * [#314] Added method getSupportedTypes which is added in symfony 6.3. * [#316] PHPCS : Added import global namespace. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index bfe7f7ea..950accab 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 = '3.0.2'; + public const VERSION = '3.0.3'; /** * Allows access to the last request, response and exception.