Skip to content

Commit

Permalink
Bump client version to 2.1.4 and updated the change log (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Feb 14, 2024
1 parent 1130a80 commit a791c95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# CHANGELOG
## [2.1.4](https://github.com/apigee/apigee-client-php/milestone/27?closed=1)
* [#338] Fix Team app credentials listings are not in sorting order on the team app page.
* [#339] Fix custom attribute value not updated while creating new AppGroup.
* [#351] Fix Team apps listing not showing more than 1000 apps in Apigee X.
* [#343] Fix error during updating an AppGroup.

## [2.1.3](https://github.com/apigee/apigee-client-php/milestone/25?closed=1)
* [#325] Fix error when AppGroup list is empty or do not returns appgroups array.

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.3';
public const VERSION = '2.1.4';

/**
* Allows access to the last request, response and exception.
Expand Down

0 comments on commit a791c95

Please sign in to comment.