From 2e07d6ba32a4f06a0330aa7d8d20254a1d5b952b Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Thu, 27 Jul 2023 13:42:55 +0000 Subject: [PATCH] 1.17.33 [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.32...1.17.33) **Merged Pull Requests** - [V2] Add starting_on and ending_on to subscription ramps [#802](https://github.com/recurly/recurly-client-dotnet/pull/802) ([rlew421](https://github.com/rlew421)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ Library/Properties/AssemblyInfo.cs | 4 ++-- Library/Recurly.csproj | 2 +- dist/recurly.nuspec | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 033acef6..2dcdb7fa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.17.32 +current_version = 1.17.33 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0568700d..bf6a0835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- [V2] Add starting_on and ending_on to subscription ramps [#802](https://github.com/recurly/recurly-client-dotnet/pull/802) ([rlew421](https://github.com/rlew421)) + + + ## [1.17.32](https://github.com/recurly/recurly-client-dotnet/tree/1.17.32) (2023-07-17) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.31...1.17.32) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 82235674..d42fb0f0 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.32.0")] -[assembly: AssemblyFileVersion("1.17.32.0")] +[assembly: AssemblyVersion("1.17.33.0")] +[assembly: AssemblyFileVersion("1.17.33.0")] diff --git a/Library/Recurly.csproj b/Library/Recurly.csproj index 513f7a0f..a526fb69 100644 --- a/Library/Recurly.csproj +++ b/Library/Recurly.csproj @@ -2,7 +2,7 @@ 9.0.30729 recurly-api-client - 1.17.32 + 1.17.33 2.0 net45 false diff --git a/dist/recurly.nuspec b/dist/recurly.nuspec index 46cdb8fd..6dedcf1d 100644 --- a/dist/recurly.nuspec +++ b/dist/recurly.nuspec @@ -2,7 +2,7 @@ recurly-api-client - 1.17.32 + 1.17.33 recurly recurly https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt