Skip to content

Commit

Permalink
Bump version to 3.0.3 and change log updates - 3x
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli committed Dec 5, 2023
1 parent bf77952 commit 29be1be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CHANGELOG
## [3.0.3](https://github.com/apigee/apigee-client-php/milestone/26?closed=1)
* [#323] Add union type to suppress deprecation warning.
* [#325] Fix error when AppGroup list is empty or do not returns appgroups array.

## [3.0.2](https://github.com/apigee/apigee-client-php/milestone/24?closed=1)
* [#314] Added method getSupportedTypes which is added in symfony 6.3.
* [#316] PHPCS : Added import global namespace.
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interface ClientInterface extends HttpClient
*/
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';

public const VERSION = '3.0.2';
public const VERSION = '3.0.3';

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

0 comments on commit 29be1be

Please sign in to comment.