Skip to content

Commit

Permalink
Bump version to 74.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Apr 27, 2023
1 parent 2763d11 commit 21b2d02
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
# Changelog

## 74.16.0 - 2023-04-27
* [#1644](https://github.com/stripe/stripe-go/pull/1644) Update generated code
* Add support for `BillingCycleAnchor` and `ProrationBehavior` on `CheckoutSessionSubscriptionDataParams`
* Add support for `TerminalID` on `IssuingAuthorizationMerchantData` and `IssuingTransactionMerchantData`
* Add support for `Metadata` on `PaymentIntentCaptureParams`
* Add support for `Checks` on `SetupAttemptPaymentMethodDetailsCard`
* Add support for `TaxBreakdown` on `TaxCalculationShippingCost` and `TaxTransactionShippingCost`
* [#1643](https://github.com/stripe/stripe-go/pull/1643) Update generated code

* [#1640](https://github.com/stripe/stripe-go/pull/1640) Update generated code
* Release specs are identical.

## 74.15.0 - 2023-04-06
* [#1638](https://github.com/stripe/stripe-go/pull/1638) Update generated code
* Add support for new value `link` on enum `PaymentMethodCardWalletType`
* Add support for `Country` on `PaymentMethodLink`
* Add support for `StatusDetails` on `PaymentMethodUsBankAccount`
* Add support for new value `link` on enum `PaymentMethodCardWalletType`
* Add support for `Country` on `PaymentMethodLink`
* Add support for `StatusDetails` on `PaymentMethodUsBankAccount`

## 74.14.0 - 2023-03-30
* [#1635](https://github.com/stripe/stripe-go/pull/1635) Update generated code
* Remove support for `New` method on resource `Tax.Transaction`
* This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `CreateFromCalculation` method.
* Add support for `ExportLicenseID` and `ExportPurposeCode` on `AccountCompanyParams`, `AccountCompany`, and `TokenAccountCompanyParams`
* Remove support for value `deleted` from enum `InvoiceStatus`
* This is not a breaking change, as the value was never returned or accepted as input.
* Add support for `AmountTip` on `TestHelpersTerminalReaderPresentPaymentMethodParams`
* Remove support for `New` method on resource `Tax.Transaction`
* This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `CreateFromCalculation` method.
* Add support for `ExportLicenseID` and `ExportPurposeCode` on `AccountCompanyParams`, `AccountCompany`, and `TokenAccountCompanyParams`
* Remove support for value `deleted` from enum `InvoiceStatus`
* This is not a breaking change, as the value was never returned or accepted as input.
* Add support for `AmountTip` on `TestHelpersTerminalReaderPresentPaymentMethodParams`
* [#1633](https://github.com/stripe/stripe-go/pull/1633) Trigger workflow for tags
* [#1632](https://github.com/stripe/stripe-go/pull/1632) Update generated code (new)
Release specs are identical.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.15.0
74.16.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.15.0"
const clientversion = "74.16.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 21b2d02

Please sign in to comment.