From f7e7142dc3faa238e2a0f2af23117f07d986d4d4 Mon Sep 17 00:00:00 2001 From: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:31:47 -0700 Subject: [PATCH] Fix links to pinned api versions in CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b511743f..29107ab54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 48.5.0-beta.1 - 2025-07-30 -This release changes the pinned API version to `2025-07-30.basil`. +This release changes the pinned API version to `2025-07-30.preview`. * [#3143](https://github.com/stripe/stripe-dotnet/pull/3143) Update generated code for beta * Add support for new resources `Billing.MeterUsageRow`, `Billing.MeterUsage`, and `Terminal.OnboardingLink` @@ -37,7 +37,7 @@ This release changes the pinned API version to `2025-07-30.basil`. * Add support for error types `AlreadyExistsException` and `NonZeroBalanceException` ## 48.4.0-beta.1 - 2025-07-01 -This release changes the pinned API version to `2025-06-30.basil`. +This release changes the pinned API version to `2025-06-30.preview`. * [#3132](https://github.com/stripe/stripe-dotnet/pull/3132) Update generated code for beta * Change type of `CheckoutSessionSubscriptionDataOptions.BillingMode`, `InvoiceScheduleDetailsOptions.BillingMode`, `InvoiceSubscriptionDetailsOptions.BillingMode`, `Quote.SubscriptionData.BillingMode`, `QuoteSubscriptionDataOptions.BillingMode`, `SubscriptionCreateOptions.BillingMode`, and `SubscriptionScheduleCreateOptions.BillingMode` from `enum('classic'|'flexible')` to `billing_mode`