Skip to content

Commit 0602e8b

Browse files
Fix changelog entry for 12.0.1 (#1500)
* Fix changelog entry for 12.0.1 * Update CHANGELOG.md
1 parent 6722e02 commit 0602e8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 12.0.1 - 2025-04-21
2-
* Serializes boolean query parameter values to `true`/`false` (lower case) before sending to the Stripe API for compatibility with Stripe V2 endpoints
2+
* [#1499](https://github.com/stripe/stripe-python/pull/1499) Encode bools with lower case
3+
- Serializes boolean query parameter values to `true`/`false` (lower case) before sending to the Stripe API for compatibility with Stripe V2 endpoints
4+
* [#1401](https://github.com/stripe/stripe-python/pull/1401) Fix type hint for SearchResultObject.data
5+
* [#1493](https://github.com/stripe/stripe-python/pull/1493) Update readme with clarification on resource based call patterns
36

47
## 12.0.0 - 2025-04-01
58
* [#1463](https://github.com/stripe/stripe-python/pull/1463) Support for APIs in the new API version 2025-03-31.basil

0 commit comments

Comments
 (0)