diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e8f9c8..153913c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## [2.0.10](https://github.com/apigee/apigee-client-php/milestone/9?closed=1) +* [#165] Added support for PHP 7.4 + ## [2.0.9](https://github.com/apigee/apigee-client-php/milestone/8?closed=1) * [#150] Fixed bug that prevented purchase of rate plan for PHP 7.3 ApigeeX org. * [#153] Fix for failing user profile update for ApigeeX org. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 5919be62..16974803 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.0.9'; + public const VERSION = '2.0.10'; /** * Allows access to the last request, response and exception.