From 7b365708d926875c2e010f70a0bbe726d8a15ad7 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Thu, 17 Nov 2022 18:24:25 +0000 Subject: [PATCH] 4.28.0 [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.27.0...4.28.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (Apply Credit Balance feature) [#753](https://github.com/recurly/recurly-client-dotnet/pull/753) ([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 7652b7e3..6c0796f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.27.0 +current_version = 4.28.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8379dd84..e415fa76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.28.0](https://github.com/recurly/recurly-client-dotnet/tree/4.28.0) (2022-11-17) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.27.0...4.28.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (Apply Credit Balance feature) [#753](https://github.com/recurly/recurly-client-dotnet/pull/753) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.27.0](https://github.com/recurly/recurly-client-dotnet/tree/4.27.0) (2022-11-15) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.26.0...4.27.0) diff --git a/Recurly/Recurly.csproj b/Recurly/Recurly.csproj index 9549a6c4..0819206b 100644 --- a/Recurly/Recurly.csproj +++ b/Recurly/Recurly.csproj @@ -3,7 +3,7 @@ netstandard2.0;netcoreapp2.1;netcoreapp2.2 Recurly - 4.27.0 + 4.28.0 dx@recurly.com Recurly, Inc. Recurly API Client