Skip to content

Commit

Permalink
Bump version to 34.1.0
Browse files Browse the repository at this point in the history
brandur committed Jun 13, 2018
1 parent 2fc6480 commit fbf590a
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 34.1.0 - 2018-06-13
* [#586](https://github.com/stripe/stripe-go/pull/586) Add `AmountPaid`, `AmountRemaining`, `BillingReason` (including new `InvoiceBillingReason` and constants), and `SubscriptionProrationDate` to `Invoice`

## 34.0.0 - 2018-06-12
* [#585](https://github.com/stripe/stripe-go/pull/585) Remove `File` in favor of `FileUpload`, and consolidating both classes which were already nearly identical except `MIMEType` has been replaced by `Type` (this is technically a breaking change, but quite a small one)

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
34.0.0
34.1.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ const (
const apiversion = "2018-02-06"

// clientversion is the binding version
const clientversion = "34.0.0"
const clientversion = "34.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

0 comments on commit fbf590a

Please sign in to comment.