Skip to content

Commit

Permalink
Bump version to 45.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Sep 5, 2024
1 parent 691ed77 commit 8b451bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 45.11.0 - 2024-09-05
* [#2952](https://github.com/stripe/stripe-dotnet/pull/2952) Update generated code
* Add support for `SubscriptionItem` and `Subscription` on `BillingAlertFilterOptions`

## 45.10.0 - 2024-08-29
* [#2957](https://github.com/stripe/stripe-dotnet/pull/2957) Generate SDK for OpenAPI spec version 1230
* Add support for `StatusDetails` on `TestHelpersTestClock`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45.10.0
45.11.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.10.0</Version>
<Version>45.11.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 8b451bc

Please sign in to comment.