diff --git a/CHANGELOG.md b/CHANGELOG.md index 63981545e..f7956c4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.26.0 - 2019-04-22 +* [#555](https://github.com/stripe/stripe-python/pull/555) Add support for the `TaxId` resource and APIs + ## 2.25.0 - 2019-04-18 * [#551](https://github.com/stripe/stripe-python/pull/551) Add support for the `CreditNote` resource and APIs diff --git a/VERSION b/VERSION index 5c18f9195..7a25c70f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.25.0 +2.26.0 diff --git a/stripe/version.py b/stripe/version.py index 3b01a28f6..2933bf50f 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.25.0" +VERSION = "2.26.0"