diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 14ac0de6..3f6fbecb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.17.24 +current_version = 1.17.25 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4e1bf3..e122024b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.17.25](https://github.com/recurly/recurly-client-dotnet/tree/1.17.25) (2023-02-22) + +[Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.24...1.17.25) + + +**Merged Pull Requests** + +- Added `ExternalSubscription.ExternalId`, removed `ExternalResource` [#771](https://github.com/recurly/recurly-client-dotnet/pull/771) ([csampson](https://github.com/csampson)) + + + ## [1.17.24](https://github.com/recurly/recurly-client-dotnet/tree/1.17.24) (2023-02-06) [Full Changelog](https://github.com/recurly/recurly-client-dotnet/compare/1.17.23...1.17.24) diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 1c408842..88826484 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.24.0")] -[assembly: AssemblyFileVersion("1.17.24.0")] +[assembly: AssemblyVersion("1.17.25.0")] +[assembly: AssemblyFileVersion("1.17.25.0")] diff --git a/Library/Recurly.csproj b/Library/Recurly.csproj index a054ea61..1e9fafe1 100644 --- a/Library/Recurly.csproj +++ b/Library/Recurly.csproj @@ -2,7 +2,7 @@ 9.0.30729 recurly-api-client - 1.17.24 + 1.17.25 2.0 net45 false diff --git a/dist/recurly.nuspec b/dist/recurly.nuspec index 64712dec..f6ea433c 100644 --- a/dist/recurly.nuspec +++ b/dist/recurly.nuspec @@ -2,7 +2,7 @@ recurly-api-client - 1.17.24 + 1.17.25 recurly recurly https://github.com/recurly/recurly-client-net/blob/master/LICENSE.txt