From 14dd619763f8dc72ed3e7e56f1f9deb51254ab40 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 11 Oct 2022 09:57:11 +0200 Subject: [PATCH] 1.5.7 --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 10 +++++----- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9fe9d3..89d9a3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.5.7 (11 October 2022) +- [#818](https://github.com/WireMock-Net/WireMock.Net/pull/818) - Add option to run the server on http & https [feature] contributed by [StefH](https://github.com/StefH) +- [#821](https://github.com/WireMock-Net/WireMock.Net/pull/821) - Add UseDefinedRequestMatchers to ProxyAndRecordSettings [feature] contributed by [StefH](https://github.com/StefH) +- [#823](https://github.com/WireMock-Net/WireMock.Net/pull/823) - Add implicit operators to WireMockList contributed by [StefH](https://github.com/StefH) +- [#819](https://github.com/WireMock-Net/WireMock.Net/issues/819) - Can I preserve Mapping title and matchers for proxy response? [feature] + # 1.5.6 (12 September 2022) - [#803](https://github.com/WireMock-Net/WireMock.Net/pull/803) - WebHook : UseFireAndForget + Delay [feature] contributed by [StefH](https://github.com/StefH) - [#804](https://github.com/WireMock-Net/WireMock.Net/pull/804) - Change nuget to package reference for WireMock.Net.Console.Net472.Cla… [feature] contributed by [mattisking](https://github.com/mattisking) diff --git a/Directory.Build.props b/Directory.Build.props index d372bc3d..7aaeedd8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.5.6 + 1.5.7 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 43226e87..1f5c94e9 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.5.6 +SET version=1.5.7 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 9eddefc3..a7737187 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,7 +1,7 @@ -# 1.5.6 (12 September 2022) -- #803 WebHook : UseFireAndForget + Delay [feature] -- #804 Change nuget to package reference for WireMock.Net.Console.Net472.Cla… [feature] -- #806 Tweak middleware and fix bug in example [feature] -- #801 Webhook Delays [feature] +# 1.5.7 (11 October 2022) +- #818 Add option to run the server on http & https [feature] +- #821 Add UseDefinedRequestMatchers to ProxyAndRecordSettings [feature] +- #823 Add implicit operators to WireMockList +- #819 Can I preserve Mapping title and matchers for proxy response? [feature] 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