From e2a695343dd57bf5771900970172a5c7f2ea42a1 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 22 Feb 2024 14:20:35 -0800 Subject: [PATCH] Bump version to 76.18.0 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c878783d..9cc1d019f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 76.18.0 - 2024-02-22 +* [#1814](https://github.com/stripe/stripe-go/pull/1814) Update generated code + * Add support for `ClientReferenceID` on `IdentityVerificationReportListParams`, `IdentityVerificationReport`, `IdentityVerificationSessionListParams`, `IdentityVerificationSessionParams`, and `IdentityVerificationSession` + * Remove support for value `service_tax` from enum `TaxRateTaxType` + * Add support for `Created` on `TreasuryOutboundPaymentListParams` + ## 76.17.0 - 2024-02-15 * [#1812](https://github.com/stripe/stripe-go/pull/1812) Update generated code * Add support for `Networks` on `Card`, `PaymentMethodCardParams`, and `TokenCardParams` diff --git a/VERSION b/VERSION index 7bcd1b0538..d8038422eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.17.0 +76.18.0 diff --git a/stripe.go b/stripe.go index 8cd2253e22..eafdfe65f5 100644 --- a/stripe.go +++ b/stripe.go @@ -1284,7 +1284,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.17.0" +const clientversion = "76.18.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