From a5c20c68f328cb50ec56afdd144af13d5d036a67 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 28 Aug 2024 19:05:51 +0000 Subject: [PATCH] 1.18.3 [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.18.2...1.18.3) **Merged Pull Requests** - Get external sub by uuid [#846](https://github.com/recurly/recurly-client-dotnet/pull/846) ([amandamfielding](https://github.com/amandamfielding)) --- .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 9a71a64a..7cfb126f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.18.2 +current_version = 1.18.3 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2166050..6f2f2a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.18.3](https://github.com/recurly/recurly-client-dotnet/tree/1.18.3) (2024-08-28) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.18.2...1.18.3) + + +**Merged Pull Requests** + +- Get external sub by uuid [#846](https://github.com/recurly/recurly-client-dotnet/pull/846) ([amandamfielding](https://github.com/amandamfielding)) + + + ## [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) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 2b0d1e22..268df26d 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.2.0")] -[assembly: AssemblyFileVersion("1.18.2.0")] +[assembly: AssemblyVersion("1.18.3.0")] +[assembly: AssemblyFileVersion("1.18.3.0")] diff --git a/Library/Recurly.csproj b/Library/Recurly.csproj index 0bb2fbdc..cacce044 100644 --- a/Library/Recurly.csproj +++ b/Library/Recurly.csproj @@ -2,7 +2,7 @@ 9.0.30729 recurly-api-client - 1.18.2 + 1.18.3 2.0 net45 false diff --git a/dist/recurly.nuspec b/dist/recurly.nuspec index 4fbcfa68..efd0e9e5 100644 --- a/dist/recurly.nuspec +++ b/dist/recurly.nuspec @@ -2,7 +2,7 @@ recurly-api-client - 1.18.2 + 1.18.3 recurly recurly https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt