diff --git a/HISTORY.rst b/HISTORY.rst index e0fbf2ab15..a1ee4468bb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ======= +1.2.3 (2018-10-13) +------------------ + +This is a bugfix-only version: + +- Updated Subscription.cancel() for compatibility with Stripe 2018-08-23 (#723) + + 1.2.2 (2018-08-11) ------------------ diff --git a/setup.cfg b/setup.cfg index 08d1854bc5..7d9e8dc900 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dj-stripe -version = 1.2.2 +version = 1.2.3 description = Django + Stripe Made Easy author = Alexander Kavanaugh author_email = alex@kavdev.io