We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ed48c commit afc7254Copy full SHA for afc7254
CHANGELOG
@@ -1,6 +1,8 @@
1
-## Unreleased
+## Version 2.2.4 September 9, 2014
2
3
- Added account entity use code: `account.entity_use_code`
4
+- Added bulk parameter
5
+- Added billing agreement support to BillingInfo
6
7
## Version 2.2.3 August 5, 2014
8
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.3'
+__version__ = '2.2.4'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments