Skip to content

Commit

Permalink
Version Bump to 3.0.6 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Aug 20, 2024
1 parent a65cd86 commit 04d36d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# CHANGELOG
## [3.0.6](https://github.com/apigee/apigee-client-php/milestone/30?closed=1)
* [#371] Added support of AttributesProperty to ApiProduct.
* [#369] PHP 8.3 version support added for Apigee Client PHP.
* [#364] Fix for Uncaught TypeError: AppByOwnerController::responseArrayToArrayOfEntities()
* [#365] Restricts Symfony update to 6.4.6 due to issue in latest version 6.4.7.

## [3.0.5](https://github.com/apigee/apigee-client-php/milestone/29?closed=1)
* [#351] Retrieving the next list items based on 'nextpagetoken' flag in Apigee X.
* [#348] Fix for composer analyze failing in github action.
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.5';
public const VERSION = '3.0.6';

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

0 comments on commit 04d36d2

Please sign in to comment.