Skip to content

Commit

Permalink
Bump version to 41.0.0
Browse files Browse the repository at this point in the history
brandur committed Aug 17, 2018
1 parent 5b50d21 commit f39e8e5
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 41.0.0 - 2018-08-17
* [#659](https://github.com/stripe/stripe-go/pull/659) Remove mutating Bitcoin receiver API calls (these were no longer functional anyway)
* [#661](https://github.com/stripe/stripe-go/pull/661) Correct `IssuingCardShipping`'s type to `int64`
* [#662](https://github.com/stripe/stripe-go/pull/662) Rename `IssuingCardShipping`'s `Eta` to `ETA`

## 40.2.0 - 2018-08-15
* [#657](https://github.com/stripe/stripe-go/pull/657) Use integer-indexed encoding for all arrays

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40.2.0
41.0.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
@@ -785,7 +785,7 @@ const apiURL = "https://api.stripe.com"
const apiversion = "2018-07-27"

// clientversion is the binding version
const clientversion = "40.2.0"
const clientversion = "41.0.0"

// 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

0 comments on commit f39e8e5

Please sign in to comment.