From 0f1c82b3585f7eabdd5a7e67aa77ac300f49e2a5 Mon Sep 17 00:00:00 2001 From: Mick Jermsurawong Date: Thu, 8 Nov 2018 17:51:51 -0800 Subject: [PATCH] Bump version to 2.12.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- stripe/version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1dbfc5..24a03edc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.12.0 - 2018-11-08 +* [#483](https://github.com/stripe/stripe-python/pull/483) Add new API endpoints for the `Invoice` resource. + ## 2.11.1 - 2018-11-08 * [#491](https://github.com/stripe/stripe-python/pull/491) Bump minimum requests version to 2.20.0 (for [CVE-2018-18074](https://nvd.nist.gov/vuln/detail/CVE-2018-18074)) diff --git a/VERSION b/VERSION index 6ceb272ee..d8b698973 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.1 +2.12.0 diff --git a/stripe/version.py b/stripe/version.py index 7963d2b74..2622af9bb 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '2.11.1' +VERSION = '2.12.0'