Skip to content

Commit

Permalink
Bump version to 74.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Dec 6, 2022
1 parent 3aa7aa3 commit 48cbc94
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 74.2.0 - 2022-12-06
* [#1579](https://github.com/stripe/stripe-go/pull/1579) API Updates
* Add support for `FlowData` on `BillingPortalSessionParams`
* Add support for `Flow` on `BillingPortalSession`
* [#1578](https://github.com/stripe/stripe-go/pull/1578) API Updates
* Add support for `IndiaInternationalPayments` on `AccountCapabilitiesParams` and `AccountCapabilities`
* Add support for `InvoiceCreation` on `CheckoutSessionParams` and `CheckoutSession`
* Add support for `Invoice` on `CheckoutSession`
* Add support for `Metadata` on `SubscriptionSchedulePhasesItemsParams` and `SubscriptionSchedulePhasesItems`
* [#1575](https://github.com/stripe/stripe-go/pull/1575) Add version to go reference path

## 74.1.0 - 2022-11-17
* [#1574](https://github.com/stripe/stripe-go/pull/1574) API Updates
* Add support for `CustomText` 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 @@
74.1.0
74.2.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.1.0"
const clientversion = "74.2.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 48cbc94

Please sign in to comment.