Skip to content

Commit 6814b99

Browse files
Bump version to 4.0.3 and changelog.md file changes (apigee#464)
* Bump version to 4.0.3 and changelog.md file changes * added new PR change in changelog.md file
1 parent 7e383ef commit 6814b99

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# CHANGELOG
2+
## [4.0.3](https://github.com/apigee/apigee-client-php/milestone/39?closed=1)
3+
* [#457] Upgrade Symfony dependencies to v7.3.
4+
* [#455] support new firebase/php-jwt ^7.0 version.
5+
* [#461] Override testIgnoreVoidAccessor method.
6+
* [#462] Resolved Developer test failure and Upgrade Symfony components to 7.4.
7+
28
## [4.0.2](https://github.com/apigee/apigee-client-php/milestone/36?closed=1)
39
* [#447] Support to update AppGroup app credential scope object.
410

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

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

0 commit comments

Comments
 (0)