Skip to content

Commit

Permalink
Bump version to 60.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Apr 16, 2019
1 parent 2d5c3a4 commit 659fa60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 60.5.0 - 2019-04-16
* [#740](https://github.com/stripe/stripe-go/pull/740) Add support for the Checkout `Session` resource and APIs
* [#832](https://github.com/stripe/stripe-go/pull/832) Add support for `version` and `succeeded` properties in the `payment_method_details[card][three_d_secure]` hash for `Charge`.
* [#835](https://github.com/stripe/stripe-go/pull/835) Add support for passing `payment_method` on `Customer` creation

## 60.4.0 - 2019-04-15
* [#833](https://github.com/stripe/stripe-go/pull/833) Add more context when failing to unmarshal JSON

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ suffix* in the path like so:
module github.com/my/package

require (
github.com/stripe/stripe-go v60.4.0
github.com/stripe/stripe-go v60.5.0
)
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60.4.0
60.5.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ func StringValue(v *string) string {
const apiURL = "https://api.stripe.com"

// clientversion is the binding version
const clientversion = "60.4.0"
const clientversion = "60.5.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
Expand Down

0 comments on commit 659fa60

Please sign in to comment.