Skip to content

Commit

Permalink
Updated changelog for 2.0.6 and version in ClientInterface. (#113)
Browse files Browse the repository at this point in the history
* Updated changelog for 2.0.6.

* Updated client version in ClientInterface to 2.0.6.
  • Loading branch information
arlina-espinoza authored Dec 4, 2020
1 parent 542058a commit d0040d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# CHANGELOG

## [2.0.6]
## [2.0.6](https://github.com/apigee/apigee-client-php/milestone/5?closed=1)
* Dropped support of HTTPlug 1.x libraries (HTTPlug, Client Common and Guzzle 6 adapter).
* Added support for GCE Service Account Authentication.
* Added support for `phpdocumentor/reflection-docblock:^5.0`.

## [2.0.5](https://github.com/apigee/apigee-client-php/milestone/3?closed=1) - May 26 2020
* GA support for Apigee hybrid Management API.
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface ClientInterface extends HttpClient
*/
public const HYBRID_ENDPOINT = 'https://apigee.googleapis.com/v1';

public const VERSION = '2.0.5';
public const VERSION = '2.0.6';

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

0 comments on commit d0040d8

Please sign in to comment.