Skip to content

Commit

Permalink
Bump client version to 3.0.8 and changelog update (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Oct 16, 2024
1 parent f43f83e commit fceb7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
## [3.0.8](https://github.com/apigee/apigee-client-php/milestone/32?closed=1)
* [#379] Update option-resolver's symfony component version to its latest.

## [3.0.7](https://github.com/apigee/apigee-client-php/milestone/31?closed=1)
* [#374] Bump minimum required version of symfony/serializer.
* [#376] Remove symfony/serializer conflict and bump version.
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.7';
public const VERSION = '3.0.8';

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

0 comments on commit fceb7f5

Please sign in to comment.