From f73bd5fc4fae97cec2563b8ed6a4fc50b307aeb6 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 25 Jan 2026 10:08:32 +0100 Subject: [PATCH] 1.25.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 e3855144..82fe32f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.25.0 (25 January 2026) +- [#1389](https://github.com/wiremock/WireMock.Net/pull/1389) - Fix MimePartMatcher and add more tests [bug] contributed by [StefH](https://github.com/StefH) +- [#1371](https://github.com/wiremock/WireMock.Net/issues/1371) - MimePartMatcher does not match multipart/form-data request body (possible bug?) [bug] + # 1.24.0 (18 January 2026) - [#1417](https://github.com/wiremock/WireMock.Net/pull/1417) - Update aspire to 13.1 (examples + code) [feature] contributed by [petrroll](https://github.com/petrroll) - [#1418](https://github.com/wiremock/WireMock.Net/pull/1418) - Add OTEL tracing support for Wiremock + automatic OTEL for Aspire integration [feature] contributed by [petrroll](https://github.com/petrroll) diff --git a/Directory.Build.props b/Directory.Build.props index 71175b26..c8208c62 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.24.0 + 1.25.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 912e819f..81872d69 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.24.0 +SET version=1.25.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 c31c935a..3b89d44b 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,6 +1,5 @@ -# 1.24.0 (18 January 2026) -- #1417 Update aspire to 13.1 (examples + code) [feature] -- #1418 Add OTEL tracing support for Wiremock + automatic OTEL for Aspire integration [feature] -- #1214 OpenTelemetry Support for .NET Aspire [feature] +# 1.25.0 (25 January 2026) +- #1389 Fix MimePartMatcher and add more tests [bug] +- #1371 MimePartMatcher does not match multipart/form-data request body (possible bug?) [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