From df07d6c24be16ab0b3e04f9949a8ab8694bc1af6 Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:47:15 +0530 Subject: [PATCH] Bump version to 3.0.1 and change log (#309) --- CHANGELOG.md | 9 +++++++++ src/ClientInterface.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7486871f..2cdc344f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # CHANGELOG +## [3.0.1](https://github.com/apigee/apigee-client-php/milestone/22?closed=1) +* [#286] Support for PHP 8.2 and updated league/period library. +* [#290] Upgraded friendsofphp/php-cs-fixer to ^3.22. +* [#297] Extended AppGroup class from base class AppOwner. +* [#298] Apigee X Teams with pagination. +See [AppGroup-pagination] (https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups/list#query-parameters) for more information. +* [#307] Apigee X Teams Apps with pagination. +See [AppGroup-Apps-pagination] (https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups.apps/list#query-parameters) for more information. + ## [3.0.0](https://github.com/apigee/apigee-client-php/milestone/21?closed=1) * [#262] Support Symfony/Serializer minimum version 6.2 (Added support for Drupal 10) * [#272] Update dependencies for Symfony/Serializer 6.2 and dropped support for Symfony/Serializer 4.4 diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 75a4ff56..42fc7115 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 = '3.0.0'; + public const VERSION = '3.0.1'; /** * Allows access to the last request, response and exception.