This commit is contained in:
Stef Heyenrath
2025-02-27 07:15:02 +01:00
parent 7c68fc1d94
commit be55022a2a
4 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
# 1.7.4 (27 February 2025)
- [#1256](https://github.com/WireMock-Net/WireMock.Net/pull/1256) - Add ToArray() to ConcurrentObservableCollection [bug] contributed by [StefH](https://github.com/StefH)
- [#1254](https://github.com/WireMock-Net/WireMock.Net/issues/1254) - FindLogEntries exception 'Destination array was not long enough' [bug]
# 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]

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.7.3</VersionPrefix>
<VersionPrefix>1.7.4</VersionPrefix>
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

View File

@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=1.7.3
SET version=1.7.4
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%

View File

@@ -1,5 +1,5 @@
# 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]
# 1.7.4 (27 February 2025)
- #1256 Add ToArray() to ConcurrentObservableCollection [bug]
- #1254 FindLogEntries exception 'Destination array was not long enough' [bug]
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md