Skip to content

Commit

Permalink
Bump version to 2.0.14 and change log (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Mar 31, 2022
1 parent b802bc2 commit 33f6622
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.0.14](https://github.com/apigee/apigee-client-php/milestone/13?closed=1)
* [#211] Added support for php 8.0.

## [2.0.13](https://github.com/apigee/apigee-client-php/milestone/12?closed=1)
* [#193] Fixed bug that was throwing error InvalidArgument while analyzing code.
* [#207] Bump php-http/message requirement to 1.13 from 1.9.
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.13';
public const VERSION = '2.0.14';

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

0 comments on commit 33f6622

Please sign in to comment.