Skip to content

Commit

Permalink
Bump version to 74.14.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Mar 23, 2023
1 parent f07465d commit ec8e407
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 74.14.0-beta.1 - 2023-03-23
* [#1623](https://github.com/stripe/stripe-go/pull/1623) Update generated code for beta (new)
* Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`
* Add support for `CollectInputs` method on resource `Terminal.Reader`
* Add support for `FinancingOffer` on `CapitalFinancingSummary`
* Add support for `FxRate` on `CheckoutSessionCurrencyConversion`
* Add support for new value `link` on enum `PaymentLinkPaymentMethodTypes`
* Add support for `AutomaticPaymentMethods` on `SetupIntentParams` and `SetupIntent`
* Remove support for `Preview` on `TaxCalculationParams`
* Add support for `TaxBreakdown` on `TaxCalculation`
* Remove support for `TaxSummary` on `TaxCalculation`
* Change type of `TaxCalculationLineItems` from `$LineItem` to `$Tax.CalculationLineItem`
* Change type of `TaxTransactionLineItems` from `$LineItem` to `$Tax.TransactionLineItem`
* Add support for `CollectInputs` on `TerminalReaderAction`
* Add support for new value `collect_inputs` on enum `TerminalReaderActionType`

## 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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.13.0-beta.1
74.14.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.13.0-beta.1"
const clientversion = "74.14.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 ec8e407

Please sign in to comment.