We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65fcaa commit 9ad9bfaCopy full SHA for 9ad9bfa
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 11.1.0 - 2024-10-03
2
+* [#1409](https://github.com/stripe/stripe-python/pull/1409) Update the class for `ThinEvent` to include `livemode`
3
+* [#1408](https://github.com/stripe/stripe-python/pull/1408) Update generated code
4
+ * Remove the support for resource `Margin` that was accidentally made public in the last release
5
+
6
## 11.0.0 - 2024-10-01
7
* [#1404](https://github.com/stripe/stripe-python/pull/1404) Support for APIs in the new API version 2024-09-30.acacia
8
VERSION
@@ -1 +1 @@
-11.0.0
+11.1.0
stripe/_version.py
-VERSION = "11.0.0"
+VERSION = "11.1.0"
0 commit comments