Skip to content

Commit 5e18a6f

Browse files
committed
Bump version to 12.5.0b2
1 parent fe0721e commit 5e18a6f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 12.5.0b1 - 2025-07-30
49
This release changes the pinned API version to `2025-07-30.preview`.
510

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.5.0b1
1+
12.5.0b2

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "12.5.0b1"
1+
VERSION = "12.5.0b2"

0 commit comments

Comments
 (0)