Skip to content

Commit

Permalink
Bump version to 8.9.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Mar 21, 2024
1 parent 9c3b6d4 commit f33afdb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.9.0b1 - 2024-03-21
* [#1272](https://github.com/stripe/stripe-python/pull/1272) Update generated code for beta
* Add support for new resources `Entitlements.ActiveEntitlementSummary` and `Entitlements.ActiveEntitlement`
* Add support for `list` method on resource `ActiveEntitlement`
* [#1271](https://github.com/stripe/stripe-python/pull/1271) Support AIOHTTPClient init without running event loop

## 8.8.0b1 - 2024-03-14
* [#1270](https://github.com/stripe/stripe-python/pull/1270) Update generated code for beta
* Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.8.0b1
8.9.0b1
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "8.8.0b1"
VERSION = "8.9.0b1"

0 comments on commit f33afdb

Please sign in to comment.