From 026a8b067915b1387515c7b1d84b20102b8d6fcc Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 20 Feb 2024 21:12:34 +0000 Subject: [PATCH] 4.50.0 [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.49.0...4.50.0) **Merged Pull Requests** - Add invoice state param for v2021-02-25 [#823](https://github.com/recurly/recurly-client-dotnet/pull/823) ([recurly-integrations](https://github.com/recurly-integrations)) - Remove internal wiki link. [#820](https://github.com/recurly/recurly-client-dotnet/pull/820) ([recurly-bearley](https://github.com/recurly-bearley)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++++ Recurly/Recurly.csproj | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a65c3c80..21cdd1ce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.49.0 +current_version = 4.50.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ab0168..89258ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.50.0](https://github.com/recurly/recurly-client-dotnet/tree/4.50.0) (2024-02-20) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.49.0...4.50.0) + + +**Merged Pull Requests** + +- Add invoice state param for v2021-02-25 [#823](https://github.com/recurly/recurly-client-dotnet/pull/823) ([recurly-integrations](https://github.com/recurly-integrations)) +- Remove internal wiki link. [#820](https://github.com/recurly/recurly-client-dotnet/pull/820) ([recurly-bearley](https://github.com/recurly-bearley)) + + + ## [4.49.0](https://github.com/recurly/recurly-client-dotnet/tree/4.49.0) (2024-01-24) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.48.0...4.49.0) diff --git a/Recurly/Recurly.csproj b/Recurly/Recurly.csproj index 4c4d2c31..66865238 100644 --- a/Recurly/Recurly.csproj +++ b/Recurly/Recurly.csproj @@ -3,7 +3,7 @@ netstandard2.0;netcoreapp2.1;netcoreapp2.2 Recurly - 4.49.0 + 4.50.0 dx@recurly.com Recurly, Inc. Recurly API Client