Skip to content

Commit

Permalink
Bump version to 8.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 6, 2024
1 parent adebc9c commit e8845a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 8.2.0b1 - 2024-02-05
* [#1218](https://github.com/stripe/stripe-python/pull/1218) Update generated code for beta
* Add support for new resources `Entitlements.Event` and `Entitlements.Feature`
* Add support for `create` method on resource `Event`
* Add support for `create` and `list` methods on resource `Feature`
* [#1171](https://github.com/stripe/stripe-python/pull/1171) Beta: codegenned async methods on resources
* [#1219](https://github.com/stripe/stripe-python/pull/1219) Beta: more async infrastructure
* [#1210](https://github.com/stripe/stripe-python/pull/1210) Beta: better support for trio in HTTPClientAsync
* Fixes support for `trio` on HttpClientAsync.
* [#1209](https://github.com/stripe/stripe-python/pull/1209) Beta: Fix HTTPXClient retries

## 8.1.0 - 2024-02-01
* [#1213](https://github.com/stripe/stripe-python/pull/1213) Update generated code
* Add support for `swish` payment method throughout the API
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.0b1
8.2.0b1
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "8.1.0b1"
VERSION = "8.2.0b1"

0 comments on commit e8845a7

Please sign in to comment.