We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46b0706 + 9c64ad5 commit 67e8329Copy full SHA for 67e8329
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# CHANGELOG
2
+## [4.0.5](https://github.com/apigee/apigee-client-php/milestone/42?closed=1)
3
+* [#470] Fixed warning while creating a new team.
4
+
5
## [4.0.4](https://github.com/apigee/apigee-client-php/milestone/40?closed=1)
6
* [#467] Fix: Ignore 'originalEmail' when creating developer entities.
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 = '4.0.4';
+ public const VERSION = '4.0.5';
67
68
/**
69
* Allows access to the last request, response and exception.
0 commit comments