From 4cfd54bce984a0cf1862cba93fad97fc6f91d25b Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 19 Jan 2023 11:16:09 -0800 Subject: [PATCH] Bump version to 74.6.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 0863893727..5b0124b857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 74.6.0 - 2023-01-19 +* [#1595](https://github.com/stripe/stripe-go/pull/1595) API Updates + * Add support for `VerificationSession` on `EphemeralKeyParams` + * Add missing enum values to `RefundStatus`, `PersonVerificationDetailsCode`, `PersonVerificationDocumentDetailsCode`, `AccountCompanyVerificationDocumentDetailsCode` . + + ## 74.5.0 - 2023-01-05 * [#1588](https://github.com/stripe/stripe-go/pull/1588) API Updates * Add support for `CardIssuing` on `IssuingCardholderIndividual` diff --git a/VERSION b/VERSION index 6b5b10c386..4dae8d0380 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.5.0 +74.6.0 diff --git a/stripe.go b/stripe.go index b041d7e6b2..1ebcdff4d8 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.5.0" +const clientversion = "74.6.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