We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48713f commit 12bf099Copy full SHA for 12bf099
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 2.29.1 - 2019-05-31
4
+* [#578](https://github.com/stripe/stripe-python/pull/578) Verify signatures before deserializing events
5
+
6
## 2.29.0 - 2019-05-23
7
* [#575](https://github.com/stripe/stripe-python/pull/575) Add support for `radar.early_fraud_warning` resource
8
VERSION
@@ -1 +1 @@
-2.29.0
+2.29.1
stripe/version.py
-VERSION = "2.29.0"
+VERSION = "2.29.1"
0 commit comments