Skip to content

Commit

Permalink
Bump version to 8.6.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Feb 29, 2024
1 parent 8a7424d commit 851f63a
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.6.0b1 - 2024-02-29
* [#1251](https://github.com/stripe/stripe-python/pull/1251) Update generated code for beta
* Remove support for resource `Entitlements.Event`
* [#1264](https://github.com/stripe/stripe-python/pull/1264) Remove unconditional import of TCPConnector from aiohttp in _http_client
* [#1259](https://github.com/stripe/stripe-python/pull/1259) Add helper to add beta version

## 8.5.0b3 - 2024-02-27
* [#1262](https://github.com/stripe/stripe-python/pull/1262) Beta: fix ssl for AIOHTTP client

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.0b3
8.6.0b1
2 changes: 1 addition & 1 deletion stripe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "8.5.0b3"
VERSION = "8.6.0b1"

0 comments on commit 851f63a

Please sign in to comment.