diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3a2c0d59..433d54de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.56.0 +current_version = 4.57.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6e1101..b76fc830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.57.0](https://github.com/recurly/recurly-client-dotnet/tree/4.57.0) (2024-08-09) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.56.0...4.57.0) + + +**Merged Pull Requests** + +- Breaking change: The constant RefuneMethod Enum has been renamed RefundMethod [#845](https://github.com/recurly/recurly-client-dotnet/pull/845) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.56.0](https://github.com/recurly/recurly-client-dotnet/tree/4.56.0) (2024-07-03) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/4.55.0...4.56.0) diff --git a/Recurly/Recurly.csproj b/Recurly/Recurly.csproj index d8940918..280e6414 100644 --- a/Recurly/Recurly.csproj +++ b/Recurly/Recurly.csproj @@ -3,7 +3,7 @@ netstandard2.0;netcoreapp2.1;netcoreapp2.2 Recurly - 4.56.0 + 4.57.0 dx@recurly.com Recurly, Inc. Recurly API Client