Skip to content

Commit 69b628f

Browse files
committed
Bump version to 72.10.0
1 parent 5b4d489 commit 69b628f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 72.10.0 - 2020-10-02
4+
* [#1195](https://github.com/stripe/stripe-go/pull/1195) Add support for new payments capabilities on `Account`
5+
36
## 72.9.0 - 2020-09-29
47
* [#1194](https://github.com/stripe/stripe-go/pull/1194) Add support for the `SetupAttempt` resource and List API
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
72.9.0
1+
72.10.0

stripe.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ func StringSlice(v []string) []*string {
10441044
const apiURL = "https://api.stripe.com"
10451045

10461046
// clientversion is the binding version
1047-
const clientversion = "72.9.0"
1047+
const clientversion = "72.10.0"
10481048

10491049
// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
10501050
// This is chosen to be consistent with the other Stripe language libraries and

0 commit comments

Comments
 (0)