From a882b505a5033a72d6bd40a1cca07c5690a679f8 Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:19:35 +0530 Subject: [PATCH] Bump version to 3.0.3 and change log updates - 3x (#328) Co-authored-by: Divyajose <75604843+divya-intelli@users.noreply.github.com> --- 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 1194d452..c42e55cb 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -63,7 +63,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.