Skip to content

Commit

Permalink
Bump version to 74.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Apr 6, 2023
1 parent 75683ea commit abb82a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 74.15.0 - 2023-04-06
* [#1638](https://github.com/stripe/stripe-go/pull/1638) Update generated code
* Add support for new value `link` on enum `PaymentMethodCardWalletType`
* Add support for `Country` on `PaymentMethodLink`
* Add support for `StatusDetails` on `PaymentMethodUsBankAccount`

## 74.14.0 - 2023-03-30
* [#1635](https://github.com/stripe/stripe-go/pull/1635) Update generated code
* Remove support for `New` method on resource `Tax.Transaction`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.14.0
74.15.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "74.14.0"
const clientversion = "74.15.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 abb82a2

Please sign in to comment.