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 cf437e1 commit 1a4bcf1Copy full SHA for 1a4bcf1
CHANGELOG
@@ -1,6 +1,12 @@
1
## Unreleased
2
3
+## Version 2.2.7 December 8, 2014
4
+
5
- Added ability to read and write invoice notes
6
+- Added `tax_code` to `plan`, `add_ons`, and `adjustment`
7
+- Added inspection on the details of a `transaction`: `transaction.details`
8
+and `transaction.transaction_error`
9
+- Removed support for SSLv3
10
11
## Version 2.2.6 October 31, 2014
12
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.6'
+__version__ = '2.2.7'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments