From e7d442e5aca8408ce73d12cb88136400d4bf5eb7 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 24 Feb 2025 23:14:50 +0100 Subject: [PATCH] 1.7.3 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 9 +++------ 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c8c25e..ec842dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.7.3 (24 February 2025) +- [#1253](https://github.com/WireMock-Net/WireMock.Net/pull/1253) - Update QueryStringParser to support param with equal but no value [bug] contributed by [StefH](https://github.com/StefH) +- [#1247](https://github.com/WireMock-Net/WireMock.Net/issues/1247) - API call isn't matched when using an empty query string parameter [bug] + # 1.7.2 (12 February 2025) - [#1246](https://github.com/WireMock-Net/WireMock.Net/pull/1246) - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by [StefH](https://github.com/StefH) - [#1248](https://github.com/WireMock-Net/WireMock.Net/pull/1248) - Add exception message to logging when mapping fails due to an exception. contributed by [JvE-iO](https://github.com/JvE-iO) diff --git a/Directory.Build.props b/Directory.Build.props index f1b9d5d0..38a14fd5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.7.2 + 1.7.3 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 7d0e3e71..b35cb03e 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.7.2 +SET version=1.7.3 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index ff47dd22..4723cbbc 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,5 @@ -# 1.7.2 (12 February 2025) -- #1246 Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] -- #1248 Add exception message to logging when mapping fails due to an exception. -- #1250 Add ProtoDefinition to WireMockContainer [feature] -- #1239 How to use WiremockContainerBuilder for grpc using http2 [feature] -- #1249 Add protodefinition and refer it from mapping [feature] +# 1.7.3 (24 February 2025) +- #1253 Update QueryStringParser to support param with equal but no value [bug] +- #1247 API call isn't matched when using an empty query string parameter [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