Skip to content

Commit

Permalink
Bump version to 45.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Aug 8, 2024
1 parent e0cc7e5 commit 3877a05
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 - 2024-08-08
* [#2946](https://github.com/stripe/stripe-dotnet/pull/2946) Update generated code
* Add support for `Activate`, `Archive`, `Create`, `Deactivate`, `Get`, and `List` methods on resource `Billing.Alert`
* Add support for `Get` method on resource `Tax.Calculation`
* Add support for `Type` on `ChargePaymentMethodDetailsCardPresentOffline`, `ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresentOffline`, `PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresentOffline`, and `SetupAttemptPaymentMethodDetailsCardPresentOffline`
* Add support for `Offline` on `ConfirmationTokenPaymentMethodPreviewCardPresent` and `PaymentMethodCardPresent`
* Add support for `RelatedCustomer` on `Identity.VerificationSessionCreateOptions`, `Identity.VerificationSessionListOptions`, and `IdentityVerificationSession`

## 45.6.0 - 2024-08-01
* [#2944](https://github.com/stripe/stripe-dotnet/pull/2944) Update generated code
* Add support for new resources `Billing.AlertTriggered` and `Billing.Alert`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45.6.0
45.7.0
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</Version>
<Version>45.7.0</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 3877a05

Please sign in to comment.