Skip to content

Commit

Permalink
Bump version to 41.28.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Aug 3, 2023
1 parent 9607abb commit 452e63f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 41.28.0-beta.1 - 2023-08-03
* [#2737](https://github.com/stripe/stripe-dotnet/pull/2737) Update generated code for beta
* Add support for `SubmitCard` test helper method on resource `Issuing.Card`
* Add support for `AddressValidation` on `IssuingCardShippingOptions` and `IssuingCardShipping`
* Add support for `Shipping` on `Issuing.CardUpdateOptions`
* Change type of `OrderDescriptionOptions`, `OrderLineItemsProductDataDescriptionOptions`, `OrderLineItemsProductDataTaxCodeOptions`, `OrderShippingDetailsPhoneOptions`, `PaymentMethodConfigurationApplicationOptions`, and `QuoteSubscriptionDataOverridesDescriptionOptions` from `string` to `emptyStringable(string)`
* Add support for `Reason` on `QuoteMarkStaleQuoteOptions`
* Add support for `MarkedStale` on `QuoteStatusDetailsStaleLastReason`
* [#2739](https://github.com/stripe/stripe-dotnet/pull/2739) Remove developer_message support

## 41.27.0-beta.1 - 2023-07-27
* 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 @@
41.27.0-beta.1
41.28.0-beta.1
2 changes: 1 addition & 1 deletion src/Stripe.net/Stripe.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
<Version>41.27.0-beta.1</Version>
<Version>41.28.0-beta.1</Version>
<LangVersion>8</LangVersion>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>
Expand Down

0 comments on commit 452e63f

Please sign in to comment.