From a64b3a12c4e0be56d4df951f0347804cc4c964b2 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 3 Jul 2024 18:58:54 +0000 Subject: [PATCH] 1.18.1 [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.18.0...1.18.1) **Merged Pull Requests** - GET external_subscription by external_id [#841](https://github.com/recurly/recurly-client-dotnet/pull/841) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) - Add origin_tax_address_source & destination_tax_address_source to business_entity and adjustment resource. [#839](https://github.com/recurly/recurly-client-dotnet/pull/839) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++++ Library/Properties/AssemblyInfo.cs | 4 ++-- Library/Recurly.csproj | 2 +- dist/recurly.nuspec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 03402340..237d6374 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.18.0 +current_version = 1.18.1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df10a28f..1521eb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- GET external_subscription by external_id [#841](https://github.com/recurly/recurly-client-dotnet/pull/841) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) +- Add origin_tax_address_source & destination_tax_address_source to business_entity and adjustment resource. [#839](https://github.com/recurly/recurly-client-dotnet/pull/839) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) + + + ## [1.18.0](https://github.com/recurly/recurly-client-dotnet/tree/1.18.0) (2024-05-08) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.38...1.18.0) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 04971071..3729c629 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.0.0")] -[assembly: AssemblyFileVersion("1.18.0.0")] +[assembly: AssemblyVersion("1.18.1.0")] +[assembly: AssemblyFileVersion("1.18.1.0")] diff --git a/Library/Recurly.csproj b/Library/Recurly.csproj index 5c5d7c44..09c43f5c 100644 --- a/Library/Recurly.csproj +++ b/Library/Recurly.csproj @@ -2,7 +2,7 @@ 9.0.30729 recurly-api-client - 1.18.0 + 1.18.1 2.0 net45 false diff --git a/dist/recurly.nuspec b/dist/recurly.nuspec index fad62ce8..46d5d569 100644 --- a/dist/recurly.nuspec +++ b/dist/recurly.nuspec @@ -2,7 +2,7 @@ recurly-api-client - 1.18.0 + 1.18.1 recurly recurly https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt