Skip to content

Commit

Permalink
Bump version to 50.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Sep 24, 2018
1 parent 3b205bd commit 97e2dda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## 49.3.0 - 2018-09-24
## 50.0.0 - 2018-09-24
* [#695](https://github.com/stripe/stripe-go/pull/695) Rename `Transaction` to `DisputedTransaction` in `IssuingDisputeParams` (minor breaking change)
* [#695](https://github.com/stripe/stripe-go/pull/695) Add support for Stripe Terminal

## 49.2.0 - 2018-09-24
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
49.3.0
50.0.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ const apiURL = "https://api.stripe.com"
const apiversion = "2018-08-23"

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

0 comments on commit 97e2dda

Please sign in to comment.