Skip to content

Commit

Permalink
Bump version to 16.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Aug 15, 2024
1 parent 0c294d4 commit 5e5bb74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 16.9.0-beta.1 - 2024-08-15
* [#2157](https://github.com/stripe/stripe-node/pull/2157) Update generated code for beta
* Add support for `capital_financing_application` and `capital_financing` on `AccountSessionCreateParams.components`
* Add support for `permissions` on `Checkout.SessionCreateParams` and `Checkout.Session`
* Add support for `collected_information` on `Checkout.SessionUpdateParams` and `Checkout.Session`
* Add support for `shipping_options` on `Checkout.SessionUpdateParams`

## 16.8.0-beta.1 - 2024-08-12
* [#2148](https://github.com/stripe/stripe-node/pull/2148) Update generated code for beta
* Add support for `capital_financing_application` and `capital_financing` on `AccountSession.components`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.8.0-beta.1
16.9.0-beta.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "16.8.0-beta.1",
"version": "16.9.0-beta.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down
2 changes: 1 addition & 1 deletion src/stripe.core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function createStripe(
platformFunctions: PlatformFunctions,
requestSender: RequestSenderFactory = defaultRequestSenderFactory
): typeof Stripe {
Stripe.PACKAGE_VERSION = '16.8.0-beta.1';
Stripe.PACKAGE_VERSION = '16.9.0-beta.1';
Stripe.USER_AGENT = {
bindings_version: Stripe.PACKAGE_VERSION,
lang: 'node',
Expand Down

0 comments on commit 5e5bb74

Please sign in to comment.