Skip to content

Commit

Permalink
Bump version to 3.0.3 and change log updates - 3x (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: Divyajose <75604843+divya-intelli@users.noreply.github.com>
  • Loading branch information
shishir-intelli and divya-intelli authored Dec 5, 2023
1 parent 9368e48 commit a882b50
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 @@ -63,7 +63,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 a882b50

Please sign in to comment.