From 7ec949700333005e8eab470f06c55fbfd6e44822 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 9 May 2024 13:03:05 -0700 Subject: [PATCH] Bump version to 44.7.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- src/Stripe.net/Stripe.net.csproj | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb265b435..040a4495a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 44.7.0 - 2024-05-09 +* [#2907](https://github.com/stripe/stripe-dotnet/pull/2907) Update generated code + * Remove support for `PendingInvoiceItemsBehavior` on `SubscriptionCreateOptions` that was prematurely added in the previous release on the same day + + ## 44.6.0 - 2024-05-09 * [#2906](https://github.com/stripe/stripe-dotnet/pull/2906) Update generated code * Add support for `Update` test helper method on resources `Treasury.OutboundPayment` and `Treasury.OutboundTransfer` diff --git a/VERSION b/VERSION index 5beef2331..e910aeb58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -44.6.0 +44.7.0 diff --git a/src/Stripe.net/Stripe.net.csproj b/src/Stripe.net/Stripe.net.csproj index 9153a2b38..5af39a6b2 100644 --- a/src/Stripe.net/Stripe.net.csproj +++ b/src/Stripe.net/Stripe.net.csproj @@ -2,7 +2,7 @@ Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library) - 44.6.0 + 44.7.0 8 Stripe, Jayme Davis net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461