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 fe0721e commit 5e18a6fCopy full SHA for 5e18a6f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 12.5.0b2 - 2025-08-08
4
+* [#1545](https://github.com/stripe/stripe-python/pull/1545) Bring back invoice payments APIs that were missing in the public preview SDKs
5
+ * Add support for new resource `InvoicePayment`
6
+ * Add support for `list` and `retrieve` methods on resource `InvoicePayment`
7
+
8
## 12.5.0b1 - 2025-07-30
9
This release changes the pinned API version to `2025-07-30.preview`.
10
VERSION
@@ -1 +1 @@
-12.5.0b1
+12.5.0b2
stripe/_version.py
-VERSION = "12.5.0b1"
+VERSION = "12.5.0b2"
0 commit comments