This commit is contained in:
Stef Heyenrath
2026-08-06 19:32:33 +02:00
parent d39f7c771f
commit 24da35e1a1
4 changed files with 9 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
# 2.14.0 (06 August 2026)
- [#1493](https://github.com/wiremock/WireMock.Net/pull/1493) - Fix #1492: Serialize WithClientIP matcher to Request.ClientIP [bug] contributed by [Bafyn](https://github.com/Bafyn)
- [#1492](https://github.com/wiremock/WireMock.Net/issues/1492) - `WithClientIP` matcher is lost / corrupted when a mapping is serialized [bug]
# 2.13.0 (19 July 2026)
- [#1488](https://github.com/wiremock/WireMock.Net/pull/1488) - feat(xunit logging): TestOutputHelperWireMockLogger [feature] contributed by [Stepami](https://github.com/Stepami)
- [#1490](https://github.com/wiremock/WireMock.Net/pull/1490) - Fix: Fully respect configured custom admin path (merge PR #1483) [feature] contributed by [Copilot](https://github.com/apps/copilot-swe-agent)
+1 -1
View File
@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>2.13.0</VersionPrefix>
<VersionPrefix>2.14.0</VersionPrefix>
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/wiremock/WireMock.Net</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
+1 -1
View File
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=2.13.0
SET version=2.14.0
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
+3 -4
View File
@@ -1,6 +1,5 @@
# 2.13.0 (19 July 2026)
- #1488 feat(xunit logging): TestOutputHelperWireMockLogger [feature]
- #1490 Fix: Fully respect configured custom admin path (merge PR #1483) [feature]
- #1482 WireMock.Minimal.Owin does not respect custom pathing for determining admin paths [bug]
# 2.14.0 (06 August 2026)
- #1493 Fix #1492: Serialize WithClientIP matcher to Request.ClientIP [bug]
- #1492 `WithClientIP` matcher is lost / corrupted when a mapping is serialized [bug]
The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md