Skip to content

Commit

Permalink
Bump version to 81.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Feb 7, 2025
1 parent 56fca0e commit 623d776
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 81.4.0-beta.1 - 2025-02-07
* [#1973](https://github.com/stripe/stripe-go/pull/1973) Update generated code for beta
* Add support for `RejectedReason` on `AccountRiskControls`
* Add support for `ProductTaxCodeSelector` on `AccountSessionComponentsParams`
* Add support for `Prices` on `BillingCreditBalanceSummaryFilterApplicabilityScopeParams`, `BillingCreditGrantApplicabilityConfigScopeParams`, and `BillingCreditGrantApplicabilityConfigScope`
* Add support for `BrandProduct` on `ChargePaymentMethodDetailsAmazonPayFundingCard` and `ChargePaymentMethodDetailsRevolutPayFundingCard`
* Add support for `Restrictions` on `CheckoutSessionPaymentMethodOptionsCardParams` and `CheckoutSessionPaymentMethodOptionsCard`
* [#1981](https://github.com/stripe/stripe-go/pull/1981) Revert "Support time.Time instead of int64 for date fields"
* [#1972](https://github.com/stripe/stripe-go/pull/1972) Support time.Time instead of int64 for date fields

## 81.3.1 - 2025-02-03
* [#1980](https://github.com/stripe/stripe-go/pull/1980) Update generated code
* ⚠️ Fix acronym `JPY` in TerminalConfiguration that were not correctly capitalized
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
81.3.0-beta.3
81.4.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
//

// clientversion is the binding version
const clientversion = "81.3.0-beta.3"
const clientversion = "81.4.0-beta.1"

// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
// This is chosen to be consistent with the other Stripe language libraries and
Expand Down

0 comments on commit 623d776

Please sign in to comment.