Skip to content

Commit

Permalink
Bump version to 74.13.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Mar 17, 2023
1 parent 06e6220 commit ffb1f34
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 74.13.0-beta.1 - 2023-03-16
* [#1621](https://github.com/stripe/stripe-go/pull/1621) API Updates
* Add support for `CreateFromCalculation` method on resource `Tax.Transaction`
* Change type of `InvoiceAppliesTo` from `nullable(QuotesResourceQuoteLinesAppliesTo)` to `QuotesResourceQuoteLinesAppliesTo`
* Add support for `Paypal` on `MandatePaymentMethodDetails`, `SetupAttemptPaymentMethodDetails`, `SetupIntentConfirmPaymentMethodOptionsParams`, `SetupIntentPaymentMethodOptionsParams`, and `SetupIntentPaymentMethodOptions`
* Add support for `SetupFutureUsage` on `OrderPaymentSettingsPaymentMethodOptionsPaypalParams`, `OrderPaymentSettingsPaymentMethodOptionsPaypal`, `PaymentIntentConfirmPaymentMethodOptionsPaypalParams`, `PaymentIntentPaymentMethodOptionsPaypalParams`, and `PaymentIntentPaymentMethodOptionsPaypal`
* Add support for new value `automatic_async` on enums `OrderPaymentSettingsPaymentMethodOptionsAfterpayClearpayCaptureMethod` and `OrderPaymentSettingsPaymentMethodOptionsCardCaptureMethod`
* Remove support for `AppliesTo` on `QuotePreviewInvoiceLinesParams`
* Add support for `ShippingCost` on `TaxCalculationParams`, `TaxCalculation`, `TaxTransactionCreateReversalParams`, and `TaxTransaction`
* Add support for `TaxBreakdown` on `TaxCalculation`
* Remove support for `TaxSummary` on `TaxCalculation`

* [#1620](https://github.com/stripe/stripe-go/pull/1620) Merge upstream master

## 74.12.0-beta.1 - 2023-03-09
* [#1617](https://github.com/stripe/stripe-go/pull/1617) API Updates for beta branch
* Updated stable APIs to the latest version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.12.0-beta.1
74.13.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 = "74.12.0-beta.1"
const clientversion = "74.13.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 ffb1f34

Please sign in to comment.