Skip to content

Commit

Permalink
Merge pull request #371 from recurly/api_version_2_15
Browse files Browse the repository at this point in the history
Bump to version 2.10.5 / API version 2.15
  • Loading branch information
bhelx authored Sep 25, 2018
2 parents 3bb0c4d + 5dc3564 commit 2755f26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.10.5 (September 25th, 2018)

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

* Added `scripts` folder [364](https://github.com/recurly/recurly-client-php/pull/364)
* Provide a correct recurly code when responding with a 404 [366](https://github.com/recurly/recurly-client-php/pull/366)
* Add support for more webhooks [368](https://github.com/recurly/recurly-client-php/pull/368)

## Version 2.10.4 (August 21st, 2018)

This release will upgrade us to API version 2.14. 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.14';
public static $apiVersion = '2.15';

/**
* 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.4';
const API_CLIENT_VERSION = '2.10.5';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 2755f26

Please sign in to comment.