Skip to content

Commit afc7254

Browse files
committed
Bump 2.2.4
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
1 parent 02ed48c commit afc7254

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Unreleased
1+
## Version 2.2.4 September 9, 2014
22

33
- Added account entity use code: `account.entity_use_code`
4+
- Added bulk parameter
5+
- Added billing agreement support to BillingInfo
46

57
## Version 2.2.3 August 5, 2014
68

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020

2121

22-
__version__ = '2.2.3'
22+
__version__ = '2.2.4'
2323

2424
BASE_URI = 'https://%s.recurly.com/v2/'
2525
"""The API endpoint to send requests to."""

0 commit comments

Comments
 (0)