Skip to content

Commit 237d2ca

Browse files
Bump version to 4.0.6 and changelog.md file changes
1 parent 2b5acde commit 237d2ca

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.6](https://github.com/apigee/apigee-client-php/milestone/43?closed=1)
3+
* [#477] Added Support for PHP 8.4 and PHP 8.5.
4+
25
## [4.0.5](https://github.com/apigee/apigee-client-php/milestone/42?closed=1)
36
* [#470] Fixed warning while creating a new team.
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.5';
66+
public const VERSION = '4.0.6';
6767

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

0 commit comments

Comments
 (0)