File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 63.1.0 - 2019-09-13
4
+ * [ #949 ] ( https://github.com/stripe/stripe-go/pull/949 ) Add support for ` DeclineCode ` on ` Error ` top-level
5
+
3
6
## 63.0.0 - 2019-09-10
4
7
* [ #947 ] ( https://github.com/stripe/stripe-go/pull/947 ) Bump API version to [ ` 2019-09-09 ` ] ( https://stripe.com/docs/upgrades#2019-09-09 )
5
8
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ suffix* in the path like so:
40
40
module github.com /my/package
41
41
42
42
require (
43
- github.com /stripe/stripe-go v63.0 .0
43
+ github.com /stripe/stripe-go v63.1 .0
44
44
)
45
45
```
46
46
Original file line number Diff line number Diff line change 1
- 63.0 .0
1
+ 63.1 .0
Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ func StringSlice(v []string) []*string {
940
940
const apiURL = "https://api.stripe.com"
941
941
942
942
// clientversion is the binding version
943
- const clientversion = "63.0 .0"
943
+ const clientversion = "63.1 .0"
944
944
945
945
// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
946
946
// 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