From fcc95ff06f2d83343b3d7f542a014b44da0a8249 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 18 Jul 2025 08:45:42 +0200 Subject: [PATCH] 1.8.15 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 9 +++------ 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b879f583..52fa3ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.8.15 (18 July 2025) +- [#1331](https://github.com/wiremock/WireMock.Net/pull/1331) - Correctly map the Pact Interaction Description property [bug] contributed by [StefH](https://github.com/StefH) +- [#1330](https://github.com/wiremock/WireMock.Net/issues/1330) - Generated Pact-compatible consumer contract does not contain description [bug] + # 1.8.14 (13 July 2025) - [#1325](https://github.com/wiremock/WireMock.Net/pull/1325) - Add method CreateHttpClientFactory [feature] contributed by [StefH](https://github.com/StefH) - [#1326](https://github.com/wiremock/WireMock.Net/pull/1326) - Implement IMimeMessageData [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index 16230321..26507f26 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.8.14 + 1.8.15 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 0220a360..d17b7dbd 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.8.14 +SET version=1.8.15 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 a2aa946d..8ca638c7 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,5 @@ -# 1.8.14 (13 July 2025) -- #1325 Add method CreateHttpClientFactory [feature] -- #1326 Implement IMimeMessageData [feature] -- #1329 Fix HandlebarsContext.ParseAndEvaluate [bug] -- #556 Support OData [wontfix] -- #1327 Response Body Does Not Evaluate Multiple Handlebars Templates [bug] +# 1.8.15 (18 July 2025) +- #1331 Correctly map the Pact Interaction Description property [bug] +- #1330 Generated Pact-compatible consumer contract does not contain description [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