Skip to content

Commit

Permalink
Merge pull request #44 from mxr576/2.0.1-prep
Browse files Browse the repository at this point in the history
2.0.1 release preparations
  • Loading branch information
mxr576 authored Feb 6, 2019
2 parents 8a0a1ca + f3c5d15 commit 822b088
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.0.1 - 2019-02-06
#### Management API
* **Fixed Edge for Private Cloud support.** Core Persistent Services (CPS) is not available in Private Cloud installations and because of that earlier versions of this library threw a CpsNotEnabledException exception when someone tried to construct an API request by adding pagination.
You can find more information about this in the [related pull request](https://github.com/apigee/apigee-client-php/pull/43) and in the ["Edge for Private Cloud" section of the README.md](README.md#edge-for-private-cloud).
#### Monetization API
* [#36](https://github.com/apigee/apigee-client-php/issues/36): Send developer email address instead of developer UUID to the [Accept rate plan](https://apidocs.apigee.com/monetize/apis/post/organizations/%7Borg_name%7D/developers/%7Bdeveloper_or_company_id%7D/developer-rateplans) endpoint.
#### Other
* Updated minimum required version to [php-http/client-common >= 1.9](https://github.com/php-http/client-common/blob/master/CHANGELOG.md#190---2019-01-03).

## 2.0.0 - 2018-11-27
* **First stable release!** :tada: :tada: :tada:
* Added Monetization API support with [alpha stability](https://github.com/apigee/apigee-client-php/blob/3856d585878628eb6c44541cf5529055c8a480b6/README.md#monetization-api-alpha-release). (Management API support is stable.)
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface ClientInterface extends HttpClient
{
public const DEFAULT_ENDPOINT = 'https://api.enterprise.apigee.com/v1';

public const VERSION = '2.0.0';
public const VERSION = '2.0.1';

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

0 comments on commit 822b088

Please sign in to comment.