diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdc344f..05551992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # CHANGELOG +## [3.0.2](https://github.com/apigee/apigee-client-php/milestone/24?closed=1) +* [#314] Added method getSupportedTypes which is added in symfony 6.3. +* [#316] PHPCS : Added import global namespace. +* [#312] Bumped symfony version to 6.3. +* [#310] Added support for psr/http-message >=2.0. +* Added query parameters in PaginatedEntityListingControllerInterface. + ## [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. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 42fc7115..bfe7f7ea 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.1'; + public const VERSION = '3.0.2'; /** * Allows access to the last request, response and exception.