Skip to content

Commit

Permalink
Merge pull request #53 from mxr576/2.x
Browse files Browse the repository at this point in the history
2.0.2 release preparations
  • Loading branch information
mxr576 authored May 9, 2019
2 parents 02dd82e + ee9c05c commit b70be36
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.2 - 2019-05-09
#### Monetization API
* Added support for [Reports API](https://docs.apigee.com/api-platform/monetization/create-reports). [#51](https://github.com/apigee/apigee-client-php/pull/51)
* Fixed: Keep original start date property can be null [#49](https://github.com/apigee/apigee-client-php/pull/49)

## 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.
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.1';
public const VERSION = '2.0.2';

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

0 comments on commit b70be36

Please sign in to comment.