Skip to content

Commit

Permalink
Bump version to 45.7.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Aug 1, 2024
1 parent e49632b commit 39621fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 45.7.0-beta.1 - 2024-08-01
* [#2945](https://github.com/stripe/stripe-dotnet/pull/2945) Update generated code for beta
* Add support for `AttachPayment` method on resource `Invoice`
* Add support for `AppInstall` and `AppViewport` on `AccountSessionComponentsOptions`
* Remove support for `PartnerRejectedDetails` on `DisputeEvidenceDetailsEnhancedEligibilityVisaCompellingEvidence3`
* Add support for `LinesInvalid` on `QuoteStatusDetailsStaleLastReason`
* Add support for `LastPriceMigrationError` on `SubscriptionSchedule` and `Subscription`

## 45.6.0-beta.1 - 2024-07-25
* [#2938](https://github.com/stripe/stripe-dotnet/pull/2938) Update generated code for beta
⚠️ `InvoicePayment.Charge` and `InvoicePayment.PaymentIntent` were removed in favor of `InvoicePaymentPayment`, which encapsulates both. The Charge and PaymentIntent fields are now found at `InvoicePaymentPayment.Charge` `InvoicePaymentPayment.PaymentIntent`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45.6.0-beta.1
45.7.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>45.6.0-beta.1</Version>
<Version>45.7.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 39621fb

Please sign in to comment.