Skip to content

Commit

Permalink
Bump version to 79.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Jul 18, 2024
1 parent 7eaa3f3 commit 124246a
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.4.0 - 2024-07-18
* [#1890](https://github.com/stripe/stripe-go/pull/1890) Update generated code
* Add support for `Customer` on `ConfirmationTokenPaymentMethodPreview`
* Add support for new value `issuing_dispute.funds_rescinded` on enum `EventType`
* Add support for new value `multibanco` on enums `InvoicePaymentSettingsPaymentMethodTypes` and `SubscriptionPaymentSettingsPaymentMethodTypes`
* Add support for new value `stripe_s700` on enum `TerminalReaderDeviceType`
* [#1888](https://github.com/stripe/stripe-go/pull/1888) Update 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`, and `billing_policy_remote_function_unreachable` from enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.3.0
79.4.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.3.0"
const clientversion = "79.4.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 124246a

Please sign in to comment.