From e528914c1a0bb1cead88fa7a821eb047ea73f9c8 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 21 Aug 2024 21:39:01 +0000 Subject: [PATCH] 1.18.2 [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.18.1...1.18.2) **Merged Pull Requests** - Support for new line item refund work [#844](https://github.com/recurly/recurly-client-dotnet/pull/844) ([ELepolt](https://github.com/ELepolt)) --- .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 237d6374..9a71a64a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.18.1 +current_version = 1.18.2 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1521eb76..c2166050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.18.2](https://github.com/recurly/recurly-client-dotnet/tree/1.18.2) (2024-08-21) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.18.1...1.18.2) + + +**Merged Pull Requests** + +- Support for new line item refund work [#844](https://github.com/recurly/recurly-client-dotnet/pull/844) ([ELepolt](https://github.com/ELepolt)) + + + ## [1.18.1](https://github.com/recurly/recurly-client-dotnet/tree/1.18.1) (2024-07-03) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.18.0...1.18.1) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 3729c629..2b0d1e22 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.18.1.0")] -[assembly: AssemblyFileVersion("1.18.1.0")] +[assembly: AssemblyVersion("1.18.2.0")] +[assembly: AssemblyFileVersion("1.18.2.0")] diff --git a/Library/Recurly.csproj b/Library/Recurly.csproj index 09c43f5c..0bb2fbdc 100644 --- a/Library/Recurly.csproj +++ b/Library/Recurly.csproj @@ -2,7 +2,7 @@ 9.0.30729 recurly-api-client - 1.18.1 + 1.18.2 2.0 net45 false diff --git a/dist/recurly.nuspec b/dist/recurly.nuspec index 46d5d569..4fbcfa68 100644 --- a/dist/recurly.nuspec +++ b/dist/recurly.nuspec @@ -2,7 +2,7 @@ recurly-api-client - 1.18.1 + 1.18.2 recurly recurly https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt