Skip to content

Commit

Permalink
Merge pull request #227 from recurly/bump_2_7_0
Browse files Browse the repository at this point in the history
Bump 2.7.0
  • Loading branch information
bhelx authored Nov 20, 2017
2 parents 1c49f51 + 8770800 commit 0fea3d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Unreleased
#
## Version 2.7.0 – November 20, 2017 ##

- Implement API version 2.9 changes

### Upgrade Notes

This version bumps us to API version 2.9. There are a few breaking changes.

1. The `subscription` link on an instance of `Adjustment` is now only created if adjustment is
originating from a subscription plan charge, setup fee, add on, trial or proration credit.
It is no longer created for other adjustments.

2. Instances of `Transaction` and `Invoice` no longer have a `subscription` link and you
must now use the `subscriptions` link.

## Version 2.6.2 – November 9, 2017 ##

- Fix SSRF vuln in Resource.get
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.6.2'
__version__ = '2.7.0'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit 0fea3d7

Please sign in to comment.