Skip to content

Commit

Permalink
Bump version to 15.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Apr 18, 2024
1 parent 8a783e8 commit ecd8abd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 15.4.0-beta.1 - 2024-04-18
* [#2065](https://github.com/stripe/stripe-node/pull/2065) Update generated code for beta
* Add support for `capital_overview`, `tax_registrations`, and `tax_settings` on `AccountSessionCreateParams.components`
* Add support for `external_account_collection` on `AccountSessionCreateParams.components.financial_account.features`
* Add support for `subscription_trial_from_plan` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`

## 15.2.0 - 2024-04-16
* [#2064](https://github.com/stripe/stripe-node/pull/2064) Update generated code
* Add support for new resource `Entitlements.ActiveEntitlementSummary`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
15.2.0-beta.1
15.4.0-beta.1
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "15.2.0-beta.1",
"version": "15.4.0-beta.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down
2 changes: 1 addition & 1 deletion src/stripe.core.ts
Expand Up @@ -55,7 +55,7 @@ export function createStripe(
platformFunctions: PlatformFunctions,
requestSender: RequestSenderFactory = defaultRequestSenderFactory
): typeof Stripe {
Stripe.PACKAGE_VERSION = '15.2.0-beta.1';
Stripe.PACKAGE_VERSION = '15.4.0-beta.1';
Stripe.USER_AGENT = {
bindings_version: Stripe.PACKAGE_VERSION,
lang: 'node',
Expand Down

0 comments on commit ecd8abd

Please sign in to comment.