We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29df78 commit ae9e56fCopy full SHA for ae9e56f
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# CHANGELOG
2
+## [4.0.2](https://github.com/apigee/apigee-client-php/milestone/36?closed=1)
3
+* [#447] Support to update AppGroup app credential scope object.
4
5
## [4.0.1](https://github.com/apigee/apigee-client-php/milestone/35?closed=1)
6
* [#423] Support for drz endpoint.
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.1';
+ public const VERSION = '4.0.2';
67
68
/**
69
* Allows access to the last request, response and exception.
0 commit comments