Skip to content

Commit 67e8329

Browse files
Merge branch 'apigee:4.x' into issue-newer-php-4.x
2 parents 46b0706 + 9c64ad5 commit 67e8329

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 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+
25
## [4.0.4](https://github.com/apigee/apigee-client-php/milestone/40?closed=1)
36
* [#467] Fix: Ignore 'originalEmail' when creating developer entities.
47

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.4';
66+
public const VERSION = '4.0.5';
6767

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

0 commit comments

Comments
 (0)