Skip to content

Commit

Permalink
Merge pull request #245 from recurly/bump_2_8_4
Browse files Browse the repository at this point in the history
Bump 2.8.4
  • Loading branch information
bhelx authored Jun 26, 2018
2 parents b8db1b3 + c104147 commit e9a661c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
## Unreleased
#

## Version 2.8.4 – June 26th, 2018 ##

This version brings us up API version 2.13 but has no breaking changes.

- Allows programmer to set the gateway for a purchase
- Subscription Terms

## Version 2.8.3 – May 15th, 2018 ##

- Implement API version 2.12 changes

## Version 2.8.0 – April 5th, 2018 ##
## Version 2.8.1 – April 5th, 2018 ##

- Implement API version 2.11 changes
#

## Version 2.8.0 – March 26, 2018 ##

- Implement API version 2.10 changes
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.3'
__version__ = '2.8.4'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit e9a661c

Please sign in to comment.