Skip to content

Commit 1a4bcf1

Browse files
committed
bump to 2.2.7
1 parent cf437e1 commit 1a4bcf1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## Unreleased
22

3+
## Version 2.2.7 December 8, 2014
4+
35
- 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
410

511
## Version 2.2.6 October 31, 2014
612

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.6'
22+
__version__ = '2.2.7'
2323

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

0 commit comments

Comments
 (0)