Skip to content

Commit

Permalink
Update versions for 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewish committed Feb 6, 2015
1 parent 3625632 commit 4418673
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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

## Unreleased
## Version 2.4.1 (Feb 6th, 2015)

* Added adjustment refund support: `refund()` and `toRefundAttributes()` on `Recurly_Adjustment` [133](https://github.com/recurly/recurly-client-php/pull/133)
* Added invoice refund supprt: `refund()` and `refundAmount()` on `Recurly_Invoice` [133](https://github.com/recurly/recurly-client-php/pull/133)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ libcurl/7.19.5 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.15

If you're using [Composer](http://getcomposer.org/), you can simply add a
dependency on `recurly/recurly-client` to your project's `composer.json` file.
Here's an example of a dependency on 2.3:
Here's an example of a dependency on 2.4:

```json
{
"require": {
"recurly/recurly-client": "2.3.*"
"recurly/recurly-client": "2.4.*"
}
}
```
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.0';
const API_CLIENT_VERSION = '2.4.1';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 4418673

Please sign in to comment.