Skip to content

Commit

Permalink
Bump version to 2.0.11 and changlog (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Oct 18, 2021
1 parent e86bd31 commit 8947bb6
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,5 +1,11 @@
# CHANGELOG

## [2.0.11](https://github.com/apigee/apigee-client-php/milestone/10?closed=1)
* [#182] Prepaid feature for Apigee X monetization.
* [#159] Ignore global averages in optimized metrics calculation.
* [#174] Drop support for PHP 7.1/7.2
* [#171] Updated user-agent string with additional information.

## [2.0.10](https://github.com/apigee/apigee-client-php/milestone/9?closed=1)
* [#165] Added support for PHP 7.4

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.0.10';
public const VERSION = '2.0.11';

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

0 comments on commit 8947bb6

Please sign in to comment.