Skip to content

Commit

Permalink
Merge pull request #382 from recurly/release_2_9_16
Browse files Browse the repository at this point in the history
Release 2.9.16
  • Loading branch information
bhelx authored Mar 27, 2020
2 parents b6fe493 + 86f557b commit d99c6aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Unreleased

## Version 2.9.16 - March 26, 2020 ##

This version brings us up to API version 2.26, but has no breaking changes

- Add IBAN attribute to BillingInfo [PR](https://github.com/recurly/recurly-client-python/pull/368)
- Add payment_method and collected_at as attributes to Transaction [PR](https://github.com/recurly/recurly-client-python/pull/371)
- Tiered pricing [PR](https://github.com/recurly/recurly-client-python/pull/373)
- Add mandate_reference attribute to BillingInfo [PR](https://github.com/recurly/recurly-client-python/pull/379)

## Version 2.9.15 - March 17, 2020 ##

- Add item_code attribute to AddOn [PR](https://github.com/recurly/recurly-client-python/pull/366)
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__version__ = '2.9.15'
__version__ = '2.9.16'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit d99c6aa

Please sign in to comment.