Skip to content

Commit

Permalink
Bump version to 2.0.17 and change log (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Sep 26, 2022
1 parent 4af100b commit 3b40cd4
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
## [2.0.17](https://github.com/apigee/apigee-client-php/milestone/16?closed=1)
* [#230] Bump firebase/php-jwt version to ^6.
* [#232] Deprecation warnings when called serialized classes from the Symfony framework 4.4.x.

## [2.0.16](https://github.com/apigee/apigee-client-php/milestone/15?closed=1)
* [#223] Bump required version of league/period to ^4.12.

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 = '2.0.16';
public const VERSION = '2.0.17';

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

0 comments on commit 3b40cd4

Please sign in to comment.