Skip to content

Commit 1b433bc

Browse files
committed
Bump version to 63.1.0
1 parent e2a32dd commit 1b433bc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

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

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+
36
## 63.0.0 - 2019-09-10
47
* [#947](https://github.com/stripe/stripe-go/pull/947) Bump API version to [`2019-09-09`](https://stripe.com/docs/upgrades#2019-09-09)
58

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ suffix* in the path like so:
4040
module github.com/my/package
4141

4242
require (
43-
github.com/stripe/stripe-go v63.0.0
43+
github.com/stripe/stripe-go v63.1.0
4444
)
4545
```
4646

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
63.0.0
1+
63.1.0

stripe.go

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

942942
// clientversion is the binding version
943-
const clientversion = "63.0.0"
943+
const clientversion = "63.1.0"
944944

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

0 commit comments

Comments
 (0)