Skip to content

Commit

Permalink
Merge pull request #254 from recurly/bump_2_8_6
Browse files Browse the repository at this point in the history
Bump to 2.8.6
  • Loading branch information
Aaron Suarez authored Jul 20, 2018
2 parents f1a28f3 + 6da9459 commit e2ab480
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Unreleased
#

## Version 2.8.6 – July 20th, 2018 ##

- Add gateway_token and gateway_code fields to BillingInfo class
- Add RECURLY_INSECURE_DEBUG=true callout for running tests
- Add more pythons to CI
- Update url in setup.py
- Support offline payments
- Support Purchase#collection_method

## Version 2.8.5 – July 10th, 2018 ##

- Add Custom Fields to Account and Subscription
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

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

cached_rate_limits = {
Expand Down

0 comments on commit e2ab480

Please sign in to comment.