diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 095b1a7d..ebbcf88e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.26.0 +current_version = 3.27.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1476f361..76451469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.27.0](https://github.com/recurly/recurly-client-dotnet/tree/3.27.0) (2023-04-26) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/3.26.0...3.27.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 (UsedTaxService on Invoice) [#784](https://github.com/recurly/recurly-client-dotnet/pull/784) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.26.0](https://github.com/recurly/recurly-client-dotnet/tree/3.26.0) (2023-01-19) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/3.25.0...3.26.0) diff --git a/Recurly/Recurly.csproj b/Recurly/Recurly.csproj index 449b7034..7c07c063 100644 --- a/Recurly/Recurly.csproj +++ b/Recurly/Recurly.csproj @@ -3,7 +3,7 @@ netstandard2.0;netcoreapp2.1;netcoreapp2.2 Recurly - 3.26.0 + 3.27.0 dx@recurly.com Recurly, Inc. Recurly API Client