From 7c81829150e5d2a702533cef3f9146db48099e83 Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Wed, 18 Oct 2023 16:33:53 +0530 Subject: [PATCH] Bump version to 2.1.2 and change log updates --- CHANGELOG.md | 3 +++ src/ClientInterface.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2914b58..1140fd57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +## [2.1.2](https://github.com/apigee/apigee-client-php/milestone/23?closed=1) +* Added query parameters in PaginatedEntityListingControllerInterface. + ## [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. diff --git a/src/ClientInterface.php b/src/ClientInterface.php index d098f424..3736f3c2 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.1'; + public const VERSION = '2.1.2'; /** * Allows access to the last request, response and exception.