diff --git a/CHANGELOG.md b/CHANGELOG.md index bc641ce6..61e2aefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # CHANGELOG +## [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. +* [#364] Fix for Uncaught TypeError: AppByOwnerController::responseArrayToArrayOfEntities() +* [#365] Restricts Symfony update to 6.4.6 due to issue in latest version 6.4.7. + ## [3.0.5](https://github.com/apigee/apigee-client-php/milestone/29?closed=1) * [#351] Retrieving the next list items based on 'nextpagetoken' flag in Apigee X. * [#348] Fix for composer analyze failing in github action. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index a422dab4..3a213d6d 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.5'; + public const VERSION = '3.0.6'; /** * Allows access to the last request, response and exception.