From 0fa32d82cfdb18ae0477922d9138f5b14d48b21d Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Wed, 20 Sep 2023 12:22:59 +0530 Subject: [PATCH] Bump version to 2.1.1 and change log --- CHANGELOG.md | 7 +++++++ src/ClientInterface.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8687d71..f2914b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # CHANGELOG +## [2.1.1](https://github.com/apigee/apigee-client-php/milestone/20?closed=1) +* [#288] Apigee X Teams with pagination. +See [AppGroup-pagination] (https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups/list#query-parameters) for more information. +* [#306] Apigee X Teams Apps with pagination. +See [AppGroup-Apps-pagination] (https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups.apps/list#query-parameters) for more information. +* [#294] Extended AppGroup class from base class AppOwner. + ## [2.1.0](https://github.com/apigee/apigee-client-php/milestone/19?closed=1) * [#246] Introduced AppGroup Entity which adds support for Apigee X Teams (New Feature) API providers can now manage their Teams and Team members in Apigee X for non-monetized organizations. API providers using Apigee X with monetization enabled cannot leverage the Teams features in their Drupal developer portals at this time. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 505efee3..d098f424 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.1.0'; + public const VERSION = '2.1.1'; /** * Allows access to the last request, response and exception.