diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0b1f1ae..3db54aaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.5.0 - 2018-08-16 +* [#463](https://github.com/stripe/stripe-python/pull/463) Remove unsupported Bitcoin endpoints (this is technically a breaking change, but we're releasing as a minor version because none of these APIs were usable anyway) + ## 2.4.0 - 2018-08-03 * [#460](https://github.com/stripe/stripe-python/pull/460) Add cancel support for topups * [#461](https://github.com/stripe/stripe-python/pull/461) Add support for file links diff --git a/VERSION b/VERSION index 197c4d5c2..437459cd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.5.0 diff --git a/stripe/version.py b/stripe/version.py index 62593941b..8af1c58ed 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '2.4.0' +VERSION = '2.5.0'