Commit 69b628f 1 parent 5b4d489 commit 69b628f Copy full SHA for 69b628f
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
6
## 72.9.0 - 2020-09-29
4
7
* [ #1194 ] ( https://github.com/stripe/stripe-go/pull/1194 ) Add support for the ` SetupAttempt ` resource and List API
5
8
Original file line number Diff line number Diff line change 1
- 72.9 .0
1
+ 72.10 .0
Original file line number Diff line number Diff line change @@ -1044,7 +1044,7 @@ func StringSlice(v []string) []*string {
1044
1044
const apiURL = "https://api.stripe.com"
1045
1045
1046
1046
// clientversion is the binding version
1047
- const clientversion = "72.9 .0"
1047
+ const clientversion = "72.10 .0"
1048
1048
1049
1049
// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
1050
1050
// This is chosen to be consistent with the other Stripe language libraries and
You can’t perform that action at this time.
0 commit comments