From 06286fc256c76324557124c0d34d63a44737685a Mon Sep 17 00:00:00 2001 From: andrew morton Date: Tue, 14 Apr 2015 10:14:13 -0700 Subject: [PATCH] Bump to 2.4.2 for release --- CHANGELOG.md | 2 +- lib/recurly/client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4916c1c2..b41c116c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/recurly/client.php b/lib/recurly/client.php index ed63b974..097d6041 100644 --- a/lib/recurly/client.php +++ b/lib/recurly/client.php @@ -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';