From 8151119ccaab442f6fce61717cc31d09f6c05a71 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 11 Jun 2025 12:04:21 +0200 Subject: [PATCH] 1.8.11 --- CHANGELOG.md | 7 +++++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 12 ++++++------ 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd2d96a..33664c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.8.11 (11 June 2025) +- [#1311](https://github.com/wiremock/WireMock.Net/pull/1311) - Bump Testcontainers version to 4.5.0 [feature] contributed by [scrocquesel](https://github.com/scrocquesel) +- [#1313](https://github.com/wiremock/WireMock.Net/pull/1313) - Update RandomDataGenerator.Net to 1.0.19 [feature] contributed by [StefH](https://github.com/StefH) +- [#1315](https://github.com/wiremock/WireMock.Net/pull/1315) - Fix for WithTransformer and JsonBody as list [bug] contributed by [StefH](https://github.com/StefH) +- [#1310](https://github.com/wiremock/WireMock.Net/issues/1310) - Binary compat issue with testcontainers 4.5.0 [bug] +- [#1312](https://github.com/wiremock/WireMock.Net/issues/1312) - WithTransformer breaks when the response BodyAsJson is a List [bug] + # 1.8.10 (10 June 2025) - [#1306](https://github.com/wiremock/WireMock.Net/pull/1306) - Update RequestModelBuilder (add WithHeader) [feature] contributed by [StefH](https://github.com/StefH) - [#1308](https://github.com/wiremock/WireMock.Net/pull/1308) - For some projects, change dependency to WireMock.Net.Minimal [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index b7557d43..3a354de2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.8.10 + 1.8.11 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 52989694..c12d9b56 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.8.10 +SET version=1.8.11 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 f0a78891..754b2d67 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,8 @@ -# 1.8.10 (10 June 2025) -- #1306 Update RequestModelBuilder (add WithHeader) [feature] -- #1308 For some projects, change dependency to WireMock.Net.Minimal [feature] -- #1309 Update AwesomeAssertions to version 9 [feature] -- #1305 AdminApiMappingBuilder do not expose WithHeader for Request [feature] -- #1307 Update WireMock.Net.AwesomeAssertions to use latest version from AwesomeAssertions [feature] +# 1.8.11 (11 June 2025) +- #1311 Bump Testcontainers version to 4.5.0 [feature] +- #1313 Update RandomDataGenerator.Net to 1.0.19 [feature] +- #1315 Fix for WithTransformer and JsonBody as list [bug] +- #1310 Binary compat issue with testcontainers 4.5.0 [bug] +- #1312 WithTransformer breaks when the response BodyAsJson is a List [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