From 9f2fc0ab04837eec1e78003b2bb965ed21ee9b77 Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:31:35 +0530 Subject: [PATCH] Bump version to 2.1.3 and change log updates (#330) --- CHANGELOG.md | 3 +++ src/ClientInterface.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1140fd57..28edd4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +## [2.1.3](https://github.com/apigee/apigee-client-php/milestone/25?closed=1) +* [#325] Fix error when AppGroup list is empty or do not returns appgroups array. + ## [2.1.2](https://github.com/apigee/apigee-client-php/milestone/23?closed=1) * Added query parameters in PaginatedEntityListingControllerInterface. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 3736f3c2..ea14c00b 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.1.2'; + public const VERSION = '2.1.3'; /** * Allows access to the last request, response and exception.