Skip to content

Commit

Permalink
Release client 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Apr 3, 2018
1 parent 78a79b2 commit 41a9f24
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.10.1 (April 4th, 2018)

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

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

## Version 2.10.0 (March 19th, 2018)

This release will upgrade us to API version 2.10.
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.0';
const API_CLIENT_VERSION = '2.10.1';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 41a9f24

Please sign in to comment.