From 3ade3fdb0675106113da91adda8e9f80ed484a9c Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Tue, 17 Sep 2024 16:11:17 +0530 Subject: [PATCH] Version Bump to 3.0.7 (#377) --- CHANGELOG.md | 4 ++++ src/ClientInterface.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.