Skip to content

Commit a8938cd

Browse files
Bump version to 45.13.0
1 parent b322285 commit a8938cd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 45.13.0 - 2024-09-13
4+
* [#2962](https://github.com/stripe/stripe-dotnet/pull/2962) Update generated code
5+
* Add support for new resource `InvoiceRenderingTemplate`
6+
* Add support for `Archive`, `Get`, `List`, and `Unarchive` methods on resource `InvoiceRenderingTemplate`
7+
* Add support for `Required` on `CheckoutSessionTaxIdCollectionOptions`, `CheckoutSessionTaxIdCollection`, `PaymentLinkTaxIdCollectionOptions`, and `PaymentLinkTaxIdCollection`
8+
* Add support for `Template` on `CustomerInvoiceSettingsRenderingOptionsOptions`, `CustomerInvoiceSettingsRenderingOptions`, `InvoiceRenderingOptions`, and `InvoiceRendering`
9+
* Add support for `TemplateVersion` on `InvoiceRenderingOptions` and `InvoiceRendering`
10+
311
## 45.12.0 - 2024-09-13
412
* [#2965](https://github.com/stripe/stripe-dotnet/pull/2965) Stop using deprecated versions of actions
513
* [#2968](https://github.com/stripe/stripe-dotnet/pull/2968) Update upload artifact version in GH actions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45.12.0
1+
45.13.0

src/Stripe.net/Stripe.net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
5-
<Version>45.12.0</Version>
5+
<Version>45.13.0</Version>
66
<LangVersion>8</LangVersion>
77
<Authors>Stripe, Jayme Davis</Authors>
88
<TargetFrameworks>net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>

0 commit comments

Comments
 (0)