Skip to content

Commit

Permalink
Bump version to 79.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Jul 11, 2024
1 parent 196340a commit 083c24a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 79.3.0 - 2024-07-11
* [#1886](https://github.com/stripe/stripe-go/pull/1886) Update generated code
* Remove support for values `billing_policy_remote_function_response_invalid`, `billing_policy_remote_function_timeout`, `billing_policy_remote_function_unexpected_status_code`, `billing_policy_remote_function_unreachable`, and `payment_intent_fx_quote_invalid` from enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
* Add support for `PaymentMethodOptions` on `ConfirmationToken`
* Add support for `PaymentElement` on `CustomerSessionComponentsParams` and `CustomerSessionComponents`
* Add support for `AddressValidation` on `IssuingCardShippingParams` and `IssuingCardShipping`
* Add support for `Shipping` on `IssuingCardParams`

## 79.2.0 - 2024-07-05
* [#1881](https://github.com/stripe/stripe-go/pull/1881) Update generated code
* Add support for `AddLines`, `RemoveLines`, and `UpdateLines` methods on resource `Invoice`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.2.0
79.3.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "79.2.0"
const clientversion = "79.3.0"

// 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 083c24a

Please sign in to comment.