Skip to content

Commit

Permalink
Bump version to 75.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Sep 7, 2023
1 parent e64d214 commit d6c4eee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 75.5.0-beta.1 - 2023-09-07
* [#1730](https://github.com/stripe/stripe-go/pull/1730) Update generated code for beta
Release specs are identical.
* [#1725](https://github.com/stripe/stripe-go/pull/1725) Update generated code for beta
* Remove support for `SubmitCard` test helper method on resource `Issuing.Card`
* Add support for `TaxForms` on `AccountSettingsParams` and `AccountSettings`
* Add support for `CardDesign` on `IssuingCardParams`
* Remove support for value `submitted` from enum `IssuingCardShippingStatus`
* Add support for new value `platform_default` on enum `IssuingCardDesignPreference`

## 75.4.0 - 2023-09-07
* [#1724](https://github.com/stripe/stripe-go/pull/1724) Update generated code
* Add support for new resource `PaymentMethodDomain`
Expand All @@ -12,7 +22,7 @@

## 75.4.0-beta.1 - 2023-08-31
* [#1721](https://github.com/stripe/stripe-go/pull/1721) Update generated code for beta
* Rename `quote.PreviewInvoices` and `quote.PreviewSubscriptionSchedules` to `quotepreviewinvoice.List` and `quotepreviewschedule.List`
* Rename `quote.PreviewInvoices` and `quote.PreviewSubscriptionSchedules` to `quotepreviewinvoice.List` and `quotepreviewschedule.List`
* Add support for `Components` on `AccountSessionParams` and `AccountSession`

## 75.3.0 - 2023-08-31
Expand Down Expand Up @@ -146,11 +156,11 @@
## 74.30.0-beta.1 - 2023-08-03
* [#1697](https://github.com/stripe/stripe-go/pull/1697) Update generated code for beta
* Add support for `SubmitCard` test helper method on resource `Issuing.Card`
* Add support for `AddressValidation` on `IssuingCardShippingParams` and `IssuingCardShipping`
* Add support for new value `submitted` on enum `IssuingCardShippingStatus`
* Change type of `OrderDescriptionParams`, `OrderLineItemsProductDataDescriptionParams`, `OrderLineItemsProductDataTaxCodeParams`, `OrderShippingDetailsPhoneParams`, `PaymentMethodConfigurationListApplicationParams`, and `QuoteSubscriptionDataOverridesDescriptionParams` from `string` to `emptyStringable(string)`
* Add support for `Reason` on `QuoteMarkStaleQuoteParams`
* Add support for `SubmitCard` test helper method on resource `Issuing.Card`
* Add support for `AddressValidation` on `IssuingCardShippingParams` and `IssuingCardShipping`
* Add support for new value `submitted` on enum `IssuingCardShippingStatus`
* Change type of `OrderDescriptionParams`, `OrderLineItemsProductDataDescriptionParams`, `OrderLineItemsProductDataTaxCodeParams`, `OrderShippingDetailsPhoneParams`, `PaymentMethodConfigurationListApplicationParams`, and `QuoteSubscriptionDataOverridesDescriptionParams` from `string` to `emptyStringable(string)`
* Add support for `Reason` on `QuoteMarkStaleQuoteParams`
* Add support for `MarkedStale` on `QuoteStatusDetailsStaleLastReason`
## 74.29.0 - 2023-08-03
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75.4.0-beta.1
75.5.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "75.4.0-beta.1"
const clientversion = "75.5.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 d6c4eee

Please sign in to comment.