Skip to content

Commit ae9e56f

Browse files
Bump version to 4.0.2 and changelog (#448)
1 parent d29df78 commit ae9e56f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 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.
24

35
## [4.0.1](https://github.com/apigee/apigee-client-php/milestone/35?closed=1)
46
* [#423] Support for drz endpoint.

src/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ interface ClientInterface extends HttpClient
6363
*/
6464
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';
6565

66-
public const VERSION = '4.0.1';
66+
public const VERSION = '4.0.2';
6767

6868
/**
6969
* Allows access to the last request, response and exception.

0 commit comments

Comments
 (0)