diff --git a/CHANGELOG.md b/CHANGELOG.md index 56aa5d48f5..d9de4697f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 81.1.1 - 2024-12-05 +* [#1955](https://github.com/stripe/stripe-go/pull/1955) Temporarily add payment_method parameter to BankAccountParams + ## 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` diff --git a/VERSION b/VERSION index 1c3cffa48f..d3d0df61af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -81.1.0 +81.1.1 diff --git a/stripe.go b/stripe.go index 7d9b3c7b17..ed4c74e4ed 100644 --- a/stripe.go +++ b/stripe.go @@ -1386,7 +1386,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "81.1.0" +const clientversion = "81.1.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