diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 16bea6e0..7c284c61 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.47.0 +current_version = 4.48.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f98ff5d..c3c993bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.48.0](https://github.com/recurly/recurly-client-dotnet/tree/4.48.0) (2024-01-18) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.47.0...4.48.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#812](https://github.com/recurly/recurly-client-dotnet/pull/812) ([recurly-integrations](https://github.com/recurly-integrations)) +- feat add event handlers to make request async [#811](https://github.com/recurly/recurly-client-dotnet/pull/811) ([aron-ridgway-deltatre](https://github.com/aron-ridgway-deltatre)) + + + ## [4.47.0](https://github.com/recurly/recurly-client-dotnet/tree/4.47.0) (2023-12-06) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.46.0...4.47.0) diff --git a/Recurly/Recurly.csproj b/Recurly/Recurly.csproj index 176f11d2..293fe83c 100644 --- a/Recurly/Recurly.csproj +++ b/Recurly/Recurly.csproj @@ -3,7 +3,7 @@ netstandard2.0;netcoreapp2.1;netcoreapp2.2 Recurly - 4.47.0 + 4.48.0 dx@recurly.com Recurly, Inc. Recurly API Client