Skip to content

Commit

Permalink
Bump version to 73.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stripe committed Aug 19, 2022
1 parent 02176b5 commit 7b95d82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 73.3.0 - 2022-08-19
* [#1528](https://github.com/stripe/stripe-go/pull/1528) API Updates
* Add support for new resource `CustomerCashBalanceTransaction`
* Remove support for value `paypal` from enum `OrderPaymentSettingsPaymentMethodTypes`
* Add support for `Currency` on `PaymentLink`
* Add support for `Network` on `SetupIntentConfirmPaymentMethodOptionsCardParams`, `SetupIntentPaymentMethodOptionsCardParams`, `SubscriptionPaymentSettingsPaymentMethodOptionsCardParams`, and `SubscriptionPaymentSettingsPaymentMethodOptionsCard`
* Change type of `TopupSource` from `$Source` to `nullable($Source)`
* [#1526](https://github.com/stripe/stripe-go/pull/1526) Add a support section to the readme

## 73.2.0 - 2022-08-11
* [#1524](https://github.com/stripe/stripe-go/pull/1524) API Updates
* Add support for `PaymentMethodCollection` on `CheckoutSessionParams`, `CheckoutSession`, `PaymentLinkParams`, and `PaymentLink`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73.2.0
73.3.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 = "73.2.0"
const clientversion = "73.3.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 7b95d82

Please sign in to comment.