We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa185d9 commit 2cb2c99Copy full SHA for 2cb2c99
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# CHANGELOG
2
+## [3.0.13](https://github.com/apigee/apigee-client-php/milestone/44?closed=1)
3
+* [#478] Added PHP 8.4 support.
4
+
5
## [3.0.12](https://github.com/apigee/apigee-client-php/milestone/41?closed=1)
6
* [#470] Fixed warning while creating a new team.
7
src/ClientInterface.php
@@ -63,7 +63,7 @@ interface ClientInterface extends HttpClient
63
*/
64
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';
65
66
- public const VERSION = '3.0.12';
+ public const VERSION = '3.0.13';
67
68
/**
69
* Allows access to the last request, response and exception.
0 commit comments