Skip to content

Commit

Permalink
Bump version to 3.0.2 and change log updates (apigee#321)
Browse files Browse the repository at this point in the history
* Bump version to 3.0.2 and change log updates

* Change log updated
  • Loading branch information
kedarkhaire committed Oct 18, 2023
1 parent fe7267d commit bf77952
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# CHANGELOG
## [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.
* [#312] Bumped symfony version to 6.3.
* [#310] Added support for psr/http-message >=2.0.
* Added query parameters in PaginatedEntityListingControllerInterface.

## [3.0.1](https://github.com/apigee/apigee-client-php/milestone/22?closed=1)
* [#286] Support for PHP 8.2 and updated league/period library.
* [#290] Upgraded friendsofphp/php-cs-fixer to ^3.22.
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.1';
public const VERSION = '3.0.2';

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

0 comments on commit bf77952

Please sign in to comment.