diff --git a/CHANGELOG.md b/CHANGELOG.md index df0f173f..4b17bf87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +## [2.0.14](https://github.com/apigee/apigee-client-php/milestone/13?closed=1) +* [#211] Added support for php 8.0. + ## [2.0.13](https://github.com/apigee/apigee-client-php/milestone/12?closed=1) * [#193] Fixed bug that was throwing error InvalidArgument while analyzing code. * [#207] Bump php-http/message requirement to 1.13 from 1.9. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index f4efe239..a57dd6da 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.13'; + public const VERSION = '2.0.14'; /** * Allows access to the last request, response and exception.