We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db163 commit d0e0abfCopy full SHA for d0e0abf
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# CHANGELOG
2
+## [4.0.4](https://github.com/apigee/apigee-client-php/milestone/40?closed=1)
3
+* [#467] Fix: Ignore 'originalEmail' when creating developer entities.
4
+
5
## [4.0.3](https://github.com/apigee/apigee-client-php/milestone/39?closed=1)
6
* [#457] Upgrade Symfony dependencies to v7.3.
7
* [#455] support new firebase/php-jwt ^7.0 version.
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.3';
+ public const VERSION = '4.0.4';
67
68
/**
69
* Allows access to the last request, response and exception.
0 commit comments