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'