From d1ca86a8c48bb4bacbb5c768143d610e3b380bdd Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 15 Jun 2022 14:13:58 -0700 Subject: [PATCH] Bump version to 72.115.0-beta.1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7037498b94..5e8514db0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 72.115.0-beta.1 - 2022-06-15 +* [#1476](https://github.com/stripe/stripe-go/pull/1476) API Updates for beta branch + Add support for NetworkDetails properties on ReceivedCredits/ReceivedDebits resource + ## 72.114.0 - 2022-06-09 * [#1473](https://github.com/stripe/stripe-go/pull/1473) API Updates * Add support for `Treasury` on `AccountSettingsParams` and `AccountSettings` diff --git a/VERSION b/VERSION index 29b995fbeb..323faffb0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -72.114.0 +72.115.0-beta.1 diff --git a/stripe.go b/stripe.go index 593906f7c0..3f73e30dae 100644 --- a/stripe.go +++ b/stripe.go @@ -1203,7 +1203,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "72.114.0" +const clientversion = "72.115.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