diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af42fa39..8b30c3ca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.29.0 +current_version = 3.30.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd7308e..651078fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.30.0](https://github.com/recurly/recurly-client-dotnet/tree/3.30.0) (2024-05-24) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/3.29.0...3.30.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#837](https://github.com/recurly/recurly-client-dotnet/pull/837) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.29.0](https://github.com/recurly/recurly-client-dotnet/tree/3.29.0) (2023-05-23) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/3.28.0...3.29.0) diff --git a/Recurly/Recurly.csproj b/Recurly/Recurly.csproj index 58406dfb..0e2e7330 100644 --- a/Recurly/Recurly.csproj +++ b/Recurly/Recurly.csproj @@ -3,7 +3,7 @@ netstandard2.0;netcoreapp2.1;netcoreapp2.2 Recurly - 3.29.0 + 3.30.0 dx@recurly.com Recurly, Inc. Recurly API Client