diff --git a/CHANGELOG.md b/CHANGELOG.md index c9153413..286299cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +## [2.0.19](https://github.com/apigee/apigee-client-php/milestone/18?closed=1) +* [#248] Support assigning API products to Apps on creation, Introduced setInitialApiProducts only during app creation. This will be helpful for the organization having the features.keymanagement.disable.unbounded.permissions is TRUE + ## [2.0.18](https://github.com/apigee/apigee-client-php/milestone/17?closed=1) * [#243] Add additional organization type for Apigee X diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 76c02796..93912bce 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -64,7 +64,7 @@ interface ClientInterface extends HttpClient */ public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1'; - public const VERSION = '2.0.18'; + public const VERSION = '2.0.19'; /** * Allows access to the last request, response and exception.