Skip to content

Commit 2322a8e

Browse files
Merge branch '3.x' into issue-newer-php-3.x
2 parents 430fd0f + 8022eba commit 2322a8e

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+
## [3.0.12](https://github.com/apigee/apigee-client-php/milestone/41?closed=1)
3+
* [#470] Fixed warning while creating a new team.
4+
25
## [3.0.11](https://github.com/apigee/apigee-client-php/milestone/38?closed=1)
36
* [#454] support new firebase/php-jwt ^7.0 version.
47
* [#459] Drop support for PHP 8.1 (EOL).

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 = '3.0.11';
66+
public const VERSION = '3.0.12';
6767

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

0 commit comments

Comments
 (0)