Skip to content

Commit

Permalink
Bump version to 17.4.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Nov 15, 2024
1 parent 95bcc6e commit 58c96dc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 17.4.0-beta.3 - 2024-11-14
* [#2226](https://github.com/stripe/stripe-node/pull/2226) Update generated code for beta
* Add support for `account_holder_address` and `bank_address` on `FundingInstructions.bank_transfer.financial_addresses[].iban`, `FundingInstructions.bank_transfer.financial_addresses[].sort_code`, `FundingInstructions.bank_transfer.financial_addresses[].spei`, `FundingInstructions.bank_transfer.financial_addresses[].zengin`, `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].iban`, `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].sort_code`, `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].spei`, and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].zengin`
* Add support for `account_holder_name` on `FundingInstructions.bank_transfer.financial_addresses[].spei` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].spei`
* Add support for new value `subscribe` on enum `PaymentLinkUpdateParams.submit_type`
* [#2225](https://github.com/stripe/stripe-node/pull/2225) Update generated code for beta
* Add support for `respond` test helper method on resource `Issuing.Authorization`
* Add support for `fraud_challenges` and `verified_by_fraud_challenge` on `Issuing.Authorization`

## 17.4.0-beta.2 - 2024-11-07
* [#2219](https://github.com/stripe/stripe-node/pull/2219) Update generated code for beta
* Add support for new resources `Issuing.FraudLiabilityDebit`, `PaymentAttemptRecord`, and `PaymentRecord`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.4.0-beta.2
17.4.0-beta.3
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": "17.4.0-beta.2",
"version": "17.4.0-beta.3",
"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 = '17.4.0-beta.2';
Stripe.PACKAGE_VERSION = '17.4.0-beta.3';
Stripe.USER_AGENT = {
bindings_version: Stripe.PACKAGE_VERSION,
lang: 'node',
Expand Down

0 comments on commit 58c96dc

Please sign in to comment.