Skip to content

Commit

Permalink
Bump version to 71.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed May 7, 2020
1 parent b930a99 commit a130c55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 71.9.0 - 2020-05-07
* [#1093](https://github.com/stripe/stripe-go/pull/1093) Add support for `Metadata` for `PaymentIntentData` and `SubscriptionData` on Checkout `Session`
* [#1095](https://github.com/stripe/stripe-go/pull/1095) Add `SupportAddress` in `BusinessProfile` on `Account` creation and update
* [#1094](https://github.com/stripe/stripe-go/pull/1094) Fix parameters supported in `Recurring` for `PriceData` across the API

## 71.8.0 - 2020-05-01
* [#1089](https://github.com/stripe/stripe-go/pull/1089) Add support for `Issuing` in `Balance`

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
71.8.0
71.9.0
2 changes: 1 addition & 1 deletion stripe.go
Expand Up @@ -992,7 +992,7 @@ func StringSlice(v []string) []*string {
const apiURL = "https://api.stripe.com"

// clientversion is the binding version
const clientversion = "71.8.0"
const clientversion = "71.9.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 a130c55

Please sign in to comment.