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 f103fc2 commit ec12179Copy full SHA for ec12179
CHANGELOG
@@ -1,5 +1,6 @@
1
-## Unreleased
+## Version 2.2.3 August 5, 2014
2
3
+- Added subscription change preview
4
- Added `remaining_billing_cycles` to subscriptions
5
6
## Version 2.2.2 June 25, 2014
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.2'
+__version__ = '2.2.3'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments