Skip to content

Commit

Permalink
Bump version to 71.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jul 29, 2020
1 parent 6474dc7 commit 37d44e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 71.40.0 - 2020-07-29
* [#1136](https://github.com/stripe/stripe-go/pull/1136) Add support for multiple coupons on Billing APIs
* Add support for arrays of expandable API resources otherwise returning an array of strings by default
* Add custom deserialization to `Discount` to support expansion of the object
* Add support for `Id`, `Invoice` and `InvoiceItem` on `Discount`.
* Add support for `Discounts` on `Invoice`, `InvoiceItem` and `InvoiceLineItem`
* Add support for `DiscountAmounts` on `CreditNote`, `CreditNoteLineItem`, `InvoiceLineItem`
* Add support for `TotalDiscountAmounts` on `Invoice`
* Add `Object` to `Invoice`, `InvoiceLine`, `Discount` and `Coupon`

## 71.39.0 - 2020-07-27
* [#1142](https://github.com/stripe/stripe-go/pull/1142) Bug fix: Copy the JSON data of ephemeral keys to own buffer

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

// clientversion is the binding version
const clientversion = "71.39.0"
const clientversion = "71.40.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 37d44e4

Please sign in to comment.