Skip to content

Commit e7d442e

Browse files
committed
1.7.3
1 parent f977b3e commit e7d442e

4 files changed

+9
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.7.3 (24 February 2025)
2+
- [#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)
3+
- [#1247](https://github.com/WireMock-Net/WireMock.Net/issues/1247) - API call isn't matched when using an empty query string parameter [bug]
4+
15
# 1.7.2 (12 February 2025)
26
- [#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)
37
- [#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)

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.7.2</VersionPrefix>
7+
<VersionPrefix>1.7.3</VersionPrefix>
88
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

Generate-ReleaseNotes.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.7.2
3+
SET version=1.7.3
44

55
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
66

PackageReleaseNotes.txt

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# 1.7.2 (12 February 2025)
2-
- #1246 Add &quot;AddUrl&quot; to WireMockContainerBuilder to support grpc [feature]
3-
- #1248 Add exception message to logging when mapping fails due to an exception.
4-
- #1250 Add ProtoDefinition to WireMockContainer [feature]
5-
- #1239 How to use WiremockContainerBuilder for grpc using http2 [feature]
6-
- #1249 Add protodefinition and refer it from mapping [feature]
1+
# 1.7.3 (24 February 2025)
2+
- #1253 Update QueryStringParser to support param with equal but no value [bug]
3+
- #1247 API call isn't matched when using an empty query string parameter [bug]
74

85
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)