Skip to content

Commit

Permalink
Bump version to 78.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Apr 16, 2024
1 parent e40f818 commit 6725114
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 78.2.0 - 2024-04-16
* [#1847](https://github.com/stripe/stripe-go/pull/1847) Update generated code
* Add support for new resource `Entitlements.ActiveEntitlementSummary`
* Add support for `Balances` and `PayoutsList` on `AccountSessionComponentsParams` and `AccountSessionComponents`
* Add support for new value `entitlements.active_entitlement_summary.updated` on enum `EventType`
* Remove support for `Config` on `ForwardingRequestParams` and `ForwardingRequest`. This field is no longer used by the Forwarding Request API.
* Add support for `CaptureMethod` on `PaymentIntentConfirmPaymentMethodOptionsRevolutPayParams`, `PaymentIntentPaymentMethodOptionsRevolutPayParams`, and `PaymentIntentPaymentMethodOptionsRevolutPay`
* Add support for `Swish` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration`

## 78.1.0 - 2024-04-11
* [#1846](https://github.com/stripe/stripe-go/pull/1846) Update generated code
* Add support for `AccountManagement` and `NotificationBanner` on `AccountSessionComponentsParams` and `AccountSessionComponents`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
78.1.0
78.2.0
2 changes: 1 addition & 1 deletion stripe.go
Expand Up @@ -1279,7 +1279,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "78.1.0"
const clientversion = "78.2.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 6725114

Please sign in to comment.