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.