From effd4a35ed98254bff9bfc8ff066873670246174 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Wed, 14 Feb 2024 10:45:36 +0530 Subject: [PATCH] Bump client version to 2.1.4 and updated the change log --- CHANGELOG.md | 6 ++++++ src/ClientInterface.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28edd4e0..86283f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # CHANGELOG +## [2.1.4](https://github.com/apigee/apigee-client-php/milestone/27?closed=1) +* [#338] Fix Team app credentials listings are not in sorting order on the team app page. +* [#339] Fix custom attribute value not updated while creating new AppGroup. +* [#351] Fix Team apps listing not showing more than 1000 apps in Apigee X. +* [#343] Fix error during updating an AppGroup. + ## [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. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index ea14c00b..0454d513 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.3'; + public const VERSION = '2.1.4'; /** * Allows access to the last request, response and exception.