Skip to content

Commit

Permalink
Merge pull request #349 from recurly/bump_2_10_2
Browse files Browse the repository at this point in the history
Client Release 2.10.2 / API version 2.12
  • Loading branch information
drewish committed May 16, 2018
2 parents 4163df2 + 1e08890 commit a51435f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.10.2 (May 16th, 2018)

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

* API Version 2.12 [#348](https://github.com/recurly/recurly-client-php/pull/348)

## Version 2.10.1 (April 4th, 2018)

This release will upgrade us to API version 2.11. There are no breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Expand Up @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.10.1';
const API_CLIENT_VERSION = '2.10.2';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit a51435f

Please sign in to comment.