Skip to content

Commit

Permalink
Bump version to 45.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Aug 15, 2024
1 parent fb7b100 commit 0cb55f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 45.9.0-beta.1 - 2024-08-15
* [#2951](https://github.com/stripe/stripe-dotnet/pull/2951) Update generated code for beta
* Add support for `CapitalFinancingApplication` and `CapitalFinancing` on `AccountSessionComponentsOptions`
* Add support for `Permissions` on `Checkout.SessionCreateOptions` and `CheckoutSession`
* Add support for `CollectedInformation` on `Checkout.SessionUpdateOptions` and `CheckoutSession`
* Add support for `ShippingOptions` on `Checkout.SessionUpdateOptions`

## 45.8.0-beta.1 - 2024-08-12
* [#2947](https://github.com/stripe/stripe-dotnet/pull/2947) Update generated code for beta
* Add support for `CapitalFinancingApplication` and `CapitalFinancing` on `AccountSessionComponents`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45.8.0-beta.1
45.9.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.8.0-beta.1</Version>
<Version>45.9.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 0cb55f2

Please sign in to comment.