Skip to content

Commit

Permalink
Bump version to 73.15.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Oct 22, 2022
1 parent e07cb11 commit 41c9796
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 73.15.0-beta.1 - 2022-10-21
* [#1561](https://github.com/stripe/stripe-go/pull/1561) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for `Paypal` on `ChargePaymentMethodDetails` and `Source`
* Add support for `NetworkData` on `IssuingTransaction`
* Add support for new value `paypal` on enum `SourceType`
* Add support for `BillingCycleAnchor` on `SubscriptionScheduleAmendAmendmentsParams`

## 73.14.0 - 2022-10-20
* [#1560](https://github.com/stripe/stripe-go/pull/1560) API Updates
* Add support for new values `jp_trn` and `ke_pin` on enums `CheckoutSessionCustomerDetailsTaxIdsType`, `InvoiceCustomerTaxIdsType`, `OrderTaxDetailsTaxIdsType`, and `TaxIdType`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73.14.0-beta.1
73.15.0-beta.1
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.14.0-beta.1"
const clientversion = "73.15.0-beta.1"

// 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 41c9796

Please sign in to comment.