Skip to content

Commit

Permalink
Bump to 2.4.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
drewish committed Apr 14, 2015
1 parent 26dbcb2 commit 06286fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.4.2 (Unreleased)
## Version 2.4.2 (Apr 14th, 2015)

* Fixes encoding of values with ampersands [#150](https://github.com/recurly/recurly-client-php/issues/150)

Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.4.1';
const API_CLIENT_VERSION = '2.4.2';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 06286fc

Please sign in to comment.