Skip to content

Commit

Permalink
Bump version to 43.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Nov 2, 2023
1 parent daa8720 commit 404a29e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 43.2.0-beta.1 - 2023-11-02
* [#2788](https://github.com/stripe/stripe-dotnet/pull/2788) Update generated code for beta
* Add support for `AttachPaymentIntent` method on resource `Invoice`
* Add support for `RevolutPay` on `ConfirmationTokenPaymentMethodPreview`
* Add support for `Refunds` on `CreditNoteCreateOptions`, `CreditNotePreviewLinesOptions`, `CreditNotePreviewOptions`, and `CreditNote`
* Add support for `PostPaymentAmount` and `PrePaymentAmount` on `CreditNote`
* Add support for `ScheduleDetails` on `InvoiceUpcomingLinesOptions` and `InvoiceUpcomingOptions`
* Add support for `AmountsDue` on `InvoiceCreateOptions`, `InvoiceUpdateOptions`, and `Invoice`
* Add support for `Payments` on `Invoice`
* Add support for `Created` on `IssuingPersonalizationDesign`
* Add support for `EndingBefore`, `Limit`, and `StartingAfter` on `Tax.RegistrationListOptions`
* Change type of `TaxRegistrationActiveFromOptions` and `TaxRegistrationExpiresAtOptions` to `literal('now') | DateTime`
* Change type of `TaxRegistrationActiveFrom`, `TaxRegistrationCreated`, `TaxRegistrationExpiresAtOptions`, and `TaxRegistrationExpiresAt` from `longInteger` to `DateTime`

## 43.1.0-beta.2 - 2023-10-26
* [#2784](https://github.com/stripe/stripe-dotnet/pull/2784) Update generated code for beta
* Add support for new resource `Margin`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43.1.0-beta.2
43.2.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>43.1.0-beta.2</Version>
<Version>43.2.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 404a29e

Please sign in to comment.