Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# CHANGELOG
## [4.0.3](https://github.com/apigee/apigee-client-php/milestone/39?closed=1)
* [#457] Upgrade Symfony dependencies to v7.3.
* [#455] support new firebase/php-jwt ^7.0 version.
* [#461] Override testIgnoreVoidAccessor method.
* [#462] Resolved Developer test failure and Upgrade Symfony components to 7.4.

## [4.0.2](https://github.com/apigee/apigee-client-php/milestone/36?closed=1)
* [#447] Support to update AppGroup app credential scope object.

Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface ClientInterface extends HttpClient
*/
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';

public const VERSION = '4.0.2';
public const VERSION = '4.0.3';

/**
* Allows access to the last request, response and exception.
Expand Down
Loading