From 84c32d5b2d20b3b7a6daff5c7215863d7dbfdc31 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 6 Aug 2026 19:32:33 +0200 Subject: [PATCH] 2.14.0 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 7 +++---- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09fe279..78d664c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Directory.Build.props b/Directory.Build.props index 7ee62878..07341805 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 2.13.0 + 2.14.0 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index f5444cdc..c4f076f4 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -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% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 26a290ad..00bc7b66 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -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 \ No newline at end of file