From 88d87dce9bf5e5d8e7affddf73f778c2b8aa46f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dezs=C5=91=20Bicz=C3=B3?= Date: Thu, 9 May 2019 16:33:08 +0200 Subject: [PATCH 1/2] Bumped client version --- src/ClientInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 6c207b50..02c90c28 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -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. From ee9c05cd580f15baa0a660a5d67fa170fe841a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dezs=C5=91=20Bicz=C3=B3?= Date: Thu, 9 May 2019 16:33:48 +0200 Subject: [PATCH 2/2] Added changes since 2.0.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92afa7a9..6d0cea7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.