Skip to content

Commit

Permalink
Bump version to 2.0.8 and changelog (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored May 24, 2021
1 parent 906b132 commit 6b83c00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [2.0.8](https://github.com/apigee/apigee-client-php/milestone/7?closed=1)
* Fixed bug that was throwing error on returning string response (ApiResponseException)
* (Monetization) Added addition fields to Rateplan entity.
* (Monetization) Added runtimeType and monetizationConfig property to check monetization status for Apigee X org.

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

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

0 comments on commit 6b83c00

Please sign in to comment.