diff --git a/CHANGELOG.md b/CHANGELOG.md index e90bd06b..426ad1c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.5.14 (24 January 2023) +- [#842](https://github.com/WireMock-Net/WireMock.Net/pull/842) - Generate C# code from Mapping [feature] contributed by [StefH](https://github.com/StefH) +- [#869](https://github.com/WireMock-Net/WireMock.Net/pull/869) - Add MappingBuilder to build mappings in code and export to Models or JSON [feature] contributed by [StefH](https://github.com/StefH) +- [#871](https://github.com/WireMock-Net/WireMock.Net/pull/871) - Add UseWebhooksFireAndForget to Server ConvertMapping [bug] contributed by [ggradnig](https://github.com/ggradnig) +- [#872](https://github.com/WireMock-Net/WireMock.Net/pull/872) - Fix unsubscribe from LogEntriesChanged event handler [bug] contributed by [StefH](https://github.com/StefH) +- [#875](https://github.com/WireMock-Net/WireMock.Net/pull/875) - Fix Self referencing loop detected for property [bug] contributed by [eseneckiy](https://github.com/eseneckiy) +- [#877](https://github.com/WireMock-Net/WireMock.Net/pull/877) - Add unit test example for Transformer Handlebars String.Append String.Join [test] contributed by [StefH](https://github.com/StefH) +- [#701](https://github.com/WireMock-Net/WireMock.Net/issues/701) - Allow to create MappingModel from c# to be able to configure local and remote mocks similarly [feature] +- [#867](https://github.com/WireMock-Net/WireMock.Net/issues/867) - Can I build mappings with code and save them to JSON-file without starting server [feature] +- [#870](https://github.com/WireMock-Net/WireMock.Net/issues/870) - Can not unsubscribe from LogEntriesChanged event. [bug] + # 1.5.13 (11 December 2022) - [#858](https://github.com/WireMock-Net/WireMock.Net/pull/858) - Update Transformer functionality to return value instead of string [feature] contributed by [StefH](https://github.com/StefH) - [#859](https://github.com/WireMock-Net/WireMock.Net/pull/859) - Add UpdatedAt property to Mapping [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index 4c984209..a85e4c70 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.5.13 + 1.5.14 WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 0b10e01a..1764e854 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.5.13 +SET version=1.5.14 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index f54139dc..95e4a084 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,9 +1,12 @@ -# 1.5.13 (11 December 2022) -- #858 Update Transformer functionality to return value instead of string [feature] -- #859 Add UpdatedAt property to Mapping [feature] -- #861 Add extra functionality for issue 55 -- #862 Add client certificate support [feature] -- #863 Update WireMockServer.CreateClient/CreateClients to include handlers [feature] -- #856 Inconsistent result with overlapping (duplicate) request [bug] +# 1.5.14 (24 January 2023) +- #842 Generate C# code from Mapping [feature] +- #869 Add MappingBuilder to build mappings in code and export to Models or JSON [feature] +- #871 Add UseWebhooksFireAndForget to Server ConvertMapping [bug] +- #872 Fix unsubscribe from LogEntriesChanged event handler [bug] +- #875 Fix Self referencing loop detected for property [bug] +- #877 Add unit test example for Transformer Handlebars String.Append String.Join [test] +- #701 Allow to create MappingModel from c# to be able to configure local and remote mocks similarly [feature] +- #867 Can I build mappings with code and save them to JSON-file without starting server [feature] +- #870 Can not unsubscribe from LogEntriesChanged event. [bug] The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file