Skip to content

Commit

Permalink
Bump version to 79.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Jul 5, 2024
1 parent 496d6fb commit 774d936
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 79.3.0-beta.1 - 2024-07-05
* [#1882](https://github.com/stripe/stripe-go/pull/1882) Update generated code for beta
* ⚠️ Remove support for `PaymentMethodUpdate` on `CustomerSessionComponentsPaymentElementFeaturesParams` and `CustomerSessionComponentsPaymentElementFeatures`. Users are expected to completely migrate from using `payment_method_update`.
* Add support for new resource `FinancialConnections.Institution`
* Add support for `Get` and `List` methods on resource `Institution`
* Add support for `Institution` on `CheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`, `FinancialConnectionsSessionFiltersParams`, `FinancialConnectionsSessionFilters`, `InvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFiltersParams`, `InvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`, `PaymentIntentConfirmPaymentMethodOptionsUsBankAccountFinancialConnectionsFiltersParams`, `PaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsFiltersParams`, `PaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`, `SetupIntentConfirmPaymentMethodOptionsUsBankAccountFinancialConnectionsFiltersParams`, `SetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsFiltersParams`, `SetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`, `SubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFiltersParams`, and `SubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsFilters`
* Add support for `PaymentMethodAllowRedisplayFilters`, `PaymentMethodRedisplayLimit`, `PaymentMethodRedisplay`, and `PaymentMethodSaveUsage` on `CustomerSessionComponentsPaymentElementFeaturesParams` and `CustomerSessionComponentsPaymentElementFeatures`
* Add support for new value `balance` on enum `FinancialConnectionsAccountSubscriptions`

## 79.2.0-beta.1 - 2024-06-27
* [#1877](https://github.com/stripe/stripe-go/pull/1877) Update generated code for beta
* Remove support for `PaymentMethodSetAsDefault` on `CustomerSessionComponentsPaymentElementFeaturesParams` and `CustomerSessionComponentsPaymentElementFeatures`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.2.0-beta.1
79.3.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
//

// clientversion is the binding version
const clientversion = "79.2.0-beta.1"
const clientversion = "79.3.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 774d936

Please sign in to comment.