Skip to content

Commit d53a190

Browse files
committed
Bump version to 11.1.1
1 parent acd1bcc commit d53a190

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 11.1.1 - 2024-10-18
2+
* [#1414](https://github.com/stripe/stripe-python/pull/1414) Deserialize into correct v2 EventData types
3+
* Fixes a bug where v2 EventData was not being deserialized into the appropriate type for `V1BillingMeterErrorReportTriggeredEvent` and `V1BillingMeterNoMeterFoundEvent`
4+
* [#1415](https://github.com/stripe/stripe-python/pull/1415) update object tags for meter-related classes
5+
6+
- fixes a bug where the `object` property of the `MeterEvent`, `MeterEventAdjustment`, and `MeterEventSession` didn't match the server.
7+
* [#1412](https://github.com/stripe/stripe-python/pull/1412) Clean up examples
8+
19
## 11.1.0 - 2024-10-03
210
* [#1409](https://github.com/stripe/stripe-python/pull/1409) Update the class for `ThinEvent` to include `livemode`
311
* [#1408](https://github.com/stripe/stripe-python/pull/1408) Update generated code

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.1.0
1+
11.1.1

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "11.1.0"
1+
VERSION = "11.1.1"

0 commit comments

Comments
 (0)