diff --git a/CHANGELOG.md b/CHANGELOG.md index c1845fce3..6920265d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.20.3 - 2019-01-30 +* [#530](https://github.com/stripe/stripe-python/pull/530) Fix client telemetry implementation + ## 2.20.2 - 2019-01-30 * [#534](https://github.com/stripe/stripe-python/pull/534) Fix session initialization for multi-threaded environments diff --git a/VERSION b/VERSION index 83ecbf1d7..4b0fa5fdc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.20.2 +2.20.3 diff --git a/stripe/version.py b/stripe/version.py index 3033ec2d2..99f358a7a 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = "2.20.2" +VERSION = "2.20.3"