diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2dcdb7fa..27f89ff5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.17.33 +current_version = 1.17.34 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6a0835..436b90f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.17.34](https://github.com/recurly/recurly-client-dotnet/tree/1.17.34) (2023-12-06) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.33...1.17.34) + + +**Merged Pull Requests** + +- Add external payment phases [#809](https://github.com/recurly/recurly-client-dotnet/pull/809) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) +- [V2] Add action_result to Subscription and Transaction [#804](https://github.com/recurly/recurly-client-dotnet/pull/804) ([fkosouski](https://github.com/fkosouski)) + + + ## [1.17.33](https://github.com/recurly/recurly-client-dotnet/tree/1.17.33) (2023-07-27) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.32...1.17.33) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index d42fb0f0..a62a58ee 100644 --- a/Library/Properties/AssemblyInfo.cs +++ b/Library/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.17.33.0")] -[assembly: AssemblyFileVersion("1.17.33.0")] +[assembly: AssemblyVersion("1.17.34.0")] +[assembly: AssemblyFileVersion("1.17.34.0")] diff --git a/Library/Recurly.csproj b/Library/Recurly.csproj index a526fb69..701ec7e5 100644 --- a/Library/Recurly.csproj +++ b/Library/Recurly.csproj @@ -2,7 +2,7 @@ 9.0.30729 recurly-api-client - 1.17.33 + 1.17.34 2.0 net45 false diff --git a/dist/recurly.nuspec b/dist/recurly.nuspec index 6dedcf1d..49ebc0b7 100644 --- a/dist/recurly.nuspec +++ b/dist/recurly.nuspec @@ -2,7 +2,7 @@ recurly-api-client - 1.17.33 + 1.17.34 recurly recurly https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt