Skip to content

Commit

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

## 17.2.0-beta.1 - 2024-10-03
* [#2200](https://github.com/stripe/stripe-node/pull/2200) Updates beta branch with changes in master
* Add support for `reporting_chart` on `AccountSessionCreateParams.components`
* Remove support for `from_schedule` on `Quote.subscription_data`
* Add support for `allow_redisplay` on `Terminal.ReaderCollectPaymentMethodParams.collect_config`

## 17.0.0 - 2024-10-01
* [#2192](https://github.com/stripe/stripe-node/pull/2192) Support for APIs in the new API version 2024-09-30.acacia

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0-beta.1
17.2.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.13.0-beta.1",
"version": "17.2.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 @@ -59,7 +59,7 @@ export function createStripe(
platformFunctions: PlatformFunctions,
requestSender: RequestSenderFactory = defaultRequestSenderFactory
): typeof Stripe {
Stripe.PACKAGE_VERSION = '16.13.0-beta.1';
Stripe.PACKAGE_VERSION = '17.2.0-beta.1';
Stripe.USER_AGENT = {
bindings_version: Stripe.PACKAGE_VERSION,
lang: 'node',
Expand Down

0 comments on commit 085c444

Please sign in to comment.