Skip to content

Commit

Permalink
Bump version to 2.0.7 and changelog (#137)
Browse files Browse the repository at this point in the history
* Updated client version in ClientInterface 2.0.7

* Updated changelog for 2.0.7.

* Updated changelog for 2.0.7.

* Updated changelog for 2.0.7.
  • Loading branch information
phdhiren authored Apr 19, 2021
1 parent c906b13 commit 2087b07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [2.0.7](https://github.com/apigee/apigee-client-php/milestone/6?closed=1)
* Added support for Apigee X connections (New Feature)
API providers can now connect their Drupal 8/9 developer portals to Apigee X organizations. API providers using Apigee X with Monetization enabled can now leverage monetization features in their Drupal developer portals. For more information, see [Overview of Apigee monetization](https://cloud.google.com/apigee/docs/api-platform/monetization/overview) and the [Apigee Monetization Drupal module documentation](https://www.drupal.org/docs/contributed-modules/apigee-monetization).

* [#105](https://github.com/apigee/apigee-client-php/pull/123) Unable to retrieve analytics data on developer app analytics page for hybrid orgs.
* [#108](https://github.com/apigee/apigee-client-php/pull/125) Notice in recent message logs if description is empty after creating app in Apigee hybrid.

## [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.
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.6';
public const VERSION = '2.0.7';

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

0 comments on commit 2087b07

Please sign in to comment.