Skip to content

Commit

Permalink
Bump version to 2.0.18 and change log (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren committed Feb 27, 2023
1 parent 86ba2b2 commit a6a24db
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.18](https://github.com/apigee/apigee-client-php/milestone/17?closed=1)
* [#243] Add additional organization type for Apigee X

## [2.0.17](https://github.com/apigee/apigee-client-php/milestone/16?closed=1)
* [#230] Bump firebase/php-jwt version to ^6.
* [#232] Deprecation warnings when called serialized classes from the Symfony framework 4.4.x.
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.17';
public const VERSION = '2.0.18';

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

0 comments on commit a6a24db

Please sign in to comment.