Skip to content

Commit

Permalink
bump to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarton committed Dec 9, 2014
1 parent cf437e1 commit 1a4bcf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Unreleased

## Version 2.2.7 December 8, 2014

- Added ability to read and write invoice notes
- Added `tax_code` to `plan`, `add_ons`, and `adjustment`
- Added inspection on the details of a `transaction`: `transaction.details`
and `transaction.transaction_error`
- Removed support for SSLv3

## Version 2.2.6 October 31, 2014

Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""


__version__ = '2.2.6'
__version__ = '2.2.7'

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

0 comments on commit 1a4bcf1

Please sign in to comment.