We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 430fd0f + 8022eba commit 2322a8eCopy full SHA for 2322a8e
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# CHANGELOG
2
+## [3.0.12](https://github.com/apigee/apigee-client-php/milestone/41?closed=1)
3
+* [#470] Fixed warning while creating a new team.
4
+
5
## [3.0.11](https://github.com/apigee/apigee-client-php/milestone/38?closed=1)
6
* [#454] support new firebase/php-jwt ^7.0 version.
7
* [#459] Drop support for PHP 8.1 (EOL).
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.11';
+ public const VERSION = '3.0.12';
67
68
/**
69
* Allows access to the last request, response and exception.
0 commit comments