diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e2aefd..fa519ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +## [3.0.7](https://github.com/apigee/apigee-client-php/milestone/31?closed=1) +* [#374] Bump minimum required version of symfony/serializer. +* [#376] Remove symfony/serializer conflict and bump version. + ## [3.0.6](https://github.com/apigee/apigee-client-php/milestone/30?closed=1) * [#371] Added support of AttributesProperty to ApiProduct. * [#369] PHP 8.3 version support added for Apigee Client PHP. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 3a213d6d..6ef44f15 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -63,7 +63,7 @@ interface ClientInterface extends HttpClient */ public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1'; - public const VERSION = '3.0.6'; + public const VERSION = '3.0.7'; /** * Allows access to the last request, response and exception.