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.