Skip to content

Commit

Permalink
Bump to 2.10.4 / API Version 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Suarez committed Aug 21, 2018
1 parent dce6662 commit dc3f103
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.10.4 (August 21st, 2018)

This release will upgrade us to API version 2.14. There are no breaking changes.

* Update php version info [#355](https://github.com/recurly/recurly-client-php/pull/355)
* Support updating an invoice [#360](https://github.com/recurly/recurly-client-php/pull/360)
* Fix custom field serialization [#361](https://github.com/recurly/recurly-client-php/pull/361)
* Support updating custom fields through Subscription#updateNotes [#362](https://github.com/recurly/recurly-client-php/pull/362)
* Update README [#359](https://github.com/recurly/recurly-client-php/pull/359)

## Version 2.10.3 (June 26th, 2018)

This release will upgrade us to API version 2.13. There are no breaking changes.
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.10.3';
const API_CLIENT_VERSION = '2.10.4';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit dc3f103

Please sign in to comment.