Skip to content

Commit

Permalink
Bump version to 65.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Oct 18, 2019
1 parent 0ebaaab commit 78fde90
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 65.2.0 - 2019-10-17
* [#972](https://github.com/stripe/stripe-go/pull/972) Various API changes
* `Requirements` on Issuing `Cardholder`
* `PaymentMethodDetails.AuBecsDebit.Mandate` on `Charge`
* `PaymentBehavior` on `Subscription` creation can now take the value `pending_if_incomplete`
* `PaymentBehavior` on `SubscriptionItem` creation is now supported
* `SubscriptionData.TrialFromPlan` is now supported on Checkout `Session` creation
* New values for `TaxIDType`

## 65.1.1 - 2019-10-11
* [#970](https://github.com/stripe/stripe-go/pull/970) Properly deserialize `Fulfilled` on `StatusTransitions` in the `order` package

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

require (
github.com/stripe/stripe-go v65.1.1
github.com/stripe/stripe-go v65.2.0
)
```

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

// clientversion is the binding version
const clientversion = "65.1.1"
const clientversion = "65.2.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 78fde90

Please sign in to comment.