Skip to content

Commit

Permalink
Bump version to 2.0.10 and changlog (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren authored Aug 5, 2021
1 parent a883c12 commit 64afc8f
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,5 +1,8 @@
# CHANGELOG

## [2.0.10](https://github.com/apigee/apigee-client-php/milestone/9?closed=1)
* [#165] Added support for PHP 7.4

## [2.0.9](https://github.com/apigee/apigee-client-php/milestone/8?closed=1)
* [#150] Fixed bug that prevented purchase of rate plan for PHP 7.3 ApigeeX org.
* [#153] Fix for failing user profile update for ApigeeX org.
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.9';
public const VERSION = '2.0.10';

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

0 comments on commit 64afc8f

Please sign in to comment.