From dc1f9981fcbadcf550bcdcd2c9e2b24a669d767d Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 30 Oct 2024 21:37:05 +0000 Subject: [PATCH] 4.59.0 [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.58.0...4.59.0) **Merged Pull Requests** - Adds bulk parameter to SubscriptionCreate and SubscriptionPurchase [#851](https://github.com/recurly/recurly-client-dotnet/pull/851) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ Recurly/Recurly.csproj | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95a932a1..e2008481 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.58.0 +current_version = 4.59.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306c12c7..ca0ffc83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.59.0](https://github.com/recurly/recurly-client-dotnet/tree/4.59.0) (2024-10-30) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.58.0...4.59.0) + + +**Merged Pull Requests** + +- Adds bulk parameter to SubscriptionCreate and SubscriptionPurchase [#851](https://github.com/recurly/recurly-client-dotnet/pull/851) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.58.0](https://github.com/recurly/recurly-client-dotnet/tree/4.58.0) (2024-08-28) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.57.0...4.58.0) diff --git a/Recurly/Recurly.csproj b/Recurly/Recurly.csproj index 7a011a1a..c8d54eeb 100644 --- a/Recurly/Recurly.csproj +++ b/Recurly/Recurly.csproj @@ -3,7 +3,7 @@ netstandard2.0;netcoreapp2.1;netcoreapp2.2 Recurly - 4.58.0 + 4.59.0 dx@recurly.com Recurly, Inc. Recurly API Client