Skip to content

Commit

Permalink
Bump version to 66.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Oct 24, 2019
1 parent 97deb44 commit 85bf6c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 66.1.0 - 2019-10-23
* [#974](https://github.com/stripe/stripe-go/pull/974) Add support for installments on `PaymentIntent` and `Charge`
* [#975](https://github.com/stripe/stripe-go/pull/975) Add support for `PendingInvoiceItemInterval` on `Subscription`
* [#976](https://github.com/stripe/stripe-go/pull/976) Add `TaxIDTypeMXRFC` constant to `TaxIDType`

## 66.0.0 - 2019-10-18
* [#973](https://github.com/stripe/stripe-go/pull/973) Multiple breaking changes
* Pin to the latest API version `2019-10-17`
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 v66.0.0
github.com/stripe/stripe-go v66.1.0
)
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
66.0.0
66.1.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 = "66.0.0"
const clientversion = "66.1.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 85bf6c2

Please sign in to comment.