Skip to content

Commit

Permalink
Bump version to 2.1.2 and change log updates (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: Divyajose <[email protected]>
  • Loading branch information
kedarkhaire and divya-intelli authored Oct 18, 2023
1 parent 02e38dc commit 2b3b7a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b3b7a6

Please sign in to comment.