Skip to content

Commit

Permalink
Bump version to 81.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Nov 21, 2024
1 parent 8f5d7c5 commit 64de9b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 81.2.0-beta.1 - 2024-11-21
* [#1952](https://github.com/stripe/stripe-go/pull/1952) Update generated code for beta
* Add support for `NetworkAdviceCode` and `NetworkDeclineCode` on `ChargeOutcome`, `InvoiceLastFinalizationError`, `PaymentIntentLastPaymentError`, `SetupAttemptSetupError`, `SetupIntentLastSetupError`, and `StripeError`
* Add support for `Funding` on `ChargePaymentMethodDetailsAmazonPay` and `ChargePaymentMethodDetailsRevolutPay`
* Add support for `AmountRequested` and `PartialAuthorization` on `ChargePaymentMethodDetailsCard`
* Add support for `Metadata` on `CheckoutSessionLineItemsParams` and `LineItem`
* Add support for `LineItems` on `CheckoutSessionParams`, `CheckoutSessionPermissionsUpdateParams`, and `CheckoutSessionPermissionsUpdate`
* Add support for new value `invoice.overpaid` on enum `EventType`
* Add support for `AdjustableQuantity` and `Display` on `LineItem`
* Add support for `RequestPartialAuthorization` on `PaymentIntentConfirmPaymentMethodOptionsCardParams`, `PaymentIntentPaymentMethodOptionsCardParams`, and `PaymentIntentPaymentMethodOptionsCard`
* Add support for `PaymentMethodOptions` on `PaymentIntentIncrementAuthorizationParams`

## 81.1.0 - 2024-11-20
* [#1951](https://github.com/stripe/stripe-go/pull/1951) This release changes the pinned API version to `2024-11-20.acacia`.
* Add support for `Respond` test helper method on resource `Issuing.Authorization`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
81.1.0-beta.3
81.2.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.1.0-beta.3"
const clientversion = "81.2.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 64de9b2

Please sign in to comment.