From 13761ed9b0e6168f311cb40e7087a3af50f8e7e6 Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:24:05 +0530 Subject: [PATCH] Bump client version to 3.0.5 and changelog (#355) --- CHANGELOG.md | 4 ++++ src/ClientInterface.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245caff2..bc641ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +## [3.0.5](https://github.com/apigee/apigee-client-php/milestone/29?closed=1) +* [#351] Retrieving the next list items based on 'nextpagetoken' flag in Apigee X. +* [#348] Fix for composer analyze failing in github action. + ## [3.0.4](https://github.com/apigee/apigee-client-php/milestone/28?closed=1) * [#343] Fix Invalid payload issue while editing/updating AppGroup/Teams in Apigee X. * [#342] Fix for test failing for symfony 6.4. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 5a11a875..a422dab4 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.4'; + public const VERSION = '3.0.5'; /** * Allows access to the last request, response and exception.