From 423a7dc4226bd799db6f2ba18d2bd6e992596294 Mon Sep 17 00:00:00 2001 From: Chris Barton Date: Fri, 31 Oct 2014 11:54:26 -0700 Subject: [PATCH] bump to 2.2.6 --- CHANGELOG | 5 +++++ recurly/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1439ab19..be1eadcc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ ## Unreleased +## Version 2.2.6 October 31, 2014 + +- Bug fix: `subscription.invoice` now returns the invoice for subscription +change previewing + ## Version 2.2.5 October 21, 2014 - Added invoice previews: `account.build_invoice()` diff --git a/recurly/__init__.py b/recurly/__init__.py index 11fb831a..d2252e63 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.2.5' +__version__ = '2.2.6' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""