Skip to content

Commit

Permalink
Bump to version 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Suarez committed Feb 19, 2019
1 parent a7e0833 commit fcde3b3
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 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.11.2 (February 19th, 2019)

* Adds support for Amazon Region [PR](https://github.com/recurly/recurly-client-php/pull/394)
* Add note about HHVM support [PR](https://github.com/recurly/recurly-client-php/pull/399)
* Adds X-API-Version header to getPdf() and getFile() in the client [PR](https://github.com/recurly/recurly-client-php/pull/398)

## Version 2.11.1 (January 17th, 2019)

* Adds missing properties to BillingInfo [PR](https://github.com/recurly/recurly-client-php/pull/395)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.11.1';
const API_CLIENT_VERSION = '2.11.2';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit fcde3b3

Please sign in to comment.