Skip to content

Commit

Permalink
Merge pull request #379 from recurly/api_version_2_16
Browse files Browse the repository at this point in the history
Bump to version 2.10.6 / API version 2.16
  • Loading branch information
drewish committed Oct 30, 2018
2 parents 0a53d33 + 24d96d3 commit 72afabd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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.6 (October 30th, 2018)

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

* Added `details` to error messages [372](https://github.com/recurly/recurly-client-php/pull/372)
* Added `charge` parameter to subscription termination functions [374](https://github.com/recurly/recurly-client-php/pull/374)
* Fixed errors reported by PHPStorm [375](https://github.com/recurly/recurly-client-php/pull/375)
* Added `account_acquisition` attribute to `account` [377](https://github.com/recurly/recurly-client-php/pull/377)
* Fixed pager so it does not break when there is no data [378](https://github.com/recurly/recurly-client-php/pull/378)

## Version 2.10.5 (September 25th, 2018)

This release will upgrade us to API version 2.15. There are no breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Recurly_Client
/**
* API Version
*/
public static $apiVersion = '2.15';
public static $apiVersion = '2.16';

/**
* The path to your CA certs. Use only if needed (if you can't fix libcurl/php).
Expand All @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.10.5';
const API_CLIENT_VERSION = '2.10.6';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 72afabd

Please sign in to comment.