Skip to content

Commit

Permalink
Bump version to 74.11.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Mar 2, 2023
1 parent 874fcc6 commit 55be309
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 20 deletions.
45 changes: 27 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 74.11.0-beta.1 - 2023-03-02
* [#1615](https://github.com/stripe/stripe-go/pull/1615) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resources `Issuing.CardBundle` and `Issuing.CardDesign`
* Add support for `Get` and `List` methods on resource `CardBundle`
* Add support for `Get`, `List`, and `Update` methods on resource `CardDesign`
* Remove support for `Controller` on `AccountParams`
* Add support for `CardDesign` on `IssuingCardParams` and `IssuingCard`

## 74.10.0 - 2023-03-02
* [#1614](https://github.com/stripe/stripe-go/pull/1614) API Updates
* Add support for `ReconciliationStatus` on `Payout`
Expand Down Expand Up @@ -75,14 +84,14 @@

## 74.7.0-beta.2 - 2023-01-26
* [#1598](https://github.com/stripe/stripe-go/pull/1598) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for `ListTransactions` method on resource `Tax.Transaction`
* Add support for `BillingAgreementID` on `CheckoutSessionPaymentMethodOptionsPaypalParams`
* Updated stable APIs to the latest version
* Add support for `ListTransactions` method on resource `Tax.Transaction`
* Add support for `BillingAgreementID` on `CheckoutSessionPaymentMethodOptionsPaypalParams`
* Change type of `QuoteSubscriptionDataOverridesParams` from `array(create_specs)` to `emptyStringable(array(update_specs))`

## 74.7.0-beta.1 - 2023-01-19
* [#1596](https://github.com/stripe/stripe-go/pull/1596) API Updates for beta branch
* Updated stable APIs to the latest version
* Updated stable APIs to the latest version
* Add support for `Tax.Settings` resource.

## 74.6.0 - 2023-01-19
Expand All @@ -92,21 +101,21 @@

## 74.6.0-beta.2 - 2023-01-12
* [#1591](https://github.com/stripe/stripe-go/pull/1591) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resource `Tax.Registration`
* Add support for `List`, `New`, and `Update` methods on resource `Registration`
* Add support for `Controller` on `AccountParams`
* Add support for `Application` and `Dashboard` on `AccountController`
* Remove support for `Timestamp` on `QuoteLineActionsAddDiscountDiscountEnd`
* Change type of `QuoteLineActionsAddDiscountDiscountEndType` from `literal('timestamp')` to `literal('line_ends_at')`
* Updated stable APIs to the latest version
* Add support for new resource `Tax.Registration`
* Add support for `List`, `New`, and `Update` methods on resource `Registration`
* Add support for `Controller` on `AccountParams`
* Add support for `Application` and `Dashboard` on `AccountController`
* Remove support for `Timestamp` on `QuoteLineActionsAddDiscountDiscountEnd`
* Change type of `QuoteLineActionsAddDiscountDiscountEndType` from `literal('timestamp')` to `literal('line_ends_at')`
* Remove support for `Index` on `QuoteLineActionsAddItemDiscounts`, `QuoteLineActionsRemoveDiscount`, `QuoteLineActionsSetDiscounts`, `QuoteLineActionsSetItemsDiscounts`, `SubscriptionSchedulePhasesAddInvoiceItemsDiscounts`, `SubscriptionSchedulePhasesDiscounts`, and `SubscriptionSchedulePhasesItemsDiscounts`

## 74.6.0-beta.1 - 2023-01-05
* [#1589](https://github.com/stripe/stripe-go/pull/1589) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for `MarkStaleQuote` method on resource `Quote`
* Add support for `Duration` and `LineEndsAt` on `QuoteSubscriptionDataBillOnAcceptanceBillUntilParams` and `QuoteSubscriptionDataOverridesBillOnAcceptanceBillUntilParams`
* Remove support for `LineStartsAt` on `QuoteSubscriptionDataBillOnAcceptanceBillUntilParams` and `QuoteSubscriptionDataOverridesBillOnAcceptanceBillUntilParams`
* Updated stable APIs to the latest version
* Add support for `MarkStaleQuote` method on resource `Quote`
* Add support for `Duration` and `LineEndsAt` on `QuoteSubscriptionDataBillOnAcceptanceBillUntilParams` and `QuoteSubscriptionDataOverridesBillOnAcceptanceBillUntilParams`
* Remove support for `LineStartsAt` on `QuoteSubscriptionDataBillOnAcceptanceBillUntilParams` and `QuoteSubscriptionDataOverridesBillOnAcceptanceBillUntilParams`
* Add support for `Metadata` on `TerminalReaderActionRefundPayment` and `TerminalReaderRefundPaymentParams`

## 74.5.0 - 2023-01-05
Expand All @@ -125,9 +134,9 @@

## 74.4.0-beta.1 - 2022-12-15
* [#1585](https://github.com/stripe/stripe-go/pull/1585) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resources `QuoteLine`, `TaxCalculation`, and `TaxTransaction`
* Add support for `ListLineItems` and `New` methods on resource `TaxCalculation`
* Updated stable APIs to the latest version
* Add support for new resources `QuoteLine`, `TaxCalculation`, and `TaxTransaction`
* Add support for `ListLineItems` and `New` methods on resource `TaxCalculation`
* Add support for `CreateReversal`, `Get`, and `New` methods on resource `TaxTransaction`

## 74.3.0 - 2022-12-15
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.10.0-beta.1
74.11.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.10.0-beta.1"
const clientversion = "74.11.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 55be309

Please sign in to comment.