diff --git a/CHANGELOG.md b/CHANGELOG.md index f13586ee..c9535671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ +# 1.8.7 (22 May 2025) +- [#1297](https://github.com/wiremock/WireMock.Net/pull/1297) - Fix BodyParser to correctly check for json [bug] contributed by [StefH](https://github.com/StefH) +- [#1299](https://github.com/wiremock/WireMock.Net/pull/1299) - Use TinyMapper.Signed [bug] contributed by [StefH](https://github.com/StefH) +- [#1301](https://github.com/wiremock/WireMock.Net/pull/1301) - Fix errors when converting response bodies with top-level JSON arrays to C# code [bug] contributed by [asaf92](https://github.com/asaf92) +- [#973](https://github.com/wiremock/WireMock.Net/issues/973) - TinyMapper error [bug] +- [#1272](https://github.com/wiremock/WireMock.Net/issues/1272) - WithMappingFromOpenApiFile fails with exception when example item present in text-plain response in OAS contract +- [#1295](https://github.com/wiremock/WireMock.Net/issues/1295) - Content-Type `multipart/form-data` header not proxied [bug] +- [#1298](https://github.com/wiremock/WireMock.Net/issues/1298) - TinyMapper error redux [bug] + # 1.8.6 (15 May 2025) - [#1296](https://github.com/wiremock/WireMock.Net/pull/1296) - Content-Type multipart/form-data header should also be proxied [bug] contributed by [StefH](https://github.com/StefH) -- [#1295](https://github.com/wiremock/WireMock.Net/issues/1295) - Content-Type `multipart/form-data` header not proxied [bug] # 1.8.5 (14 May 2025) - [#1290](https://github.com/wiremock/WireMock.Net/pull/1290) - Use ILRepack to include Microsoft.OpenApi as internal [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index f6cdb658..6424c3df 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.8.6 + 1.8.7 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index a7165d8c..a33d993b 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.8.6 +SET version=1.8.7 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 40df00ae..b2148306 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,10 @@ -# 1.8.6 (15 May 2025) -- #1296 Content-Type multipart/form-data header should also be proxied [bug] +# 1.8.7 (22 May 2025) +- #1297 Fix BodyParser to correctly check for json [bug] +- #1299 Use TinyMapper.Signed [bug] +- #1301 Fix errors when converting response bodies with top-level JSON arrays to C# code [bug] +- #973 TinyMapper error [bug] +- #1272 WithMappingFromOpenApiFile fails with exception when example item present in text-plain response in OAS contract - #1295 Content-Type `multipart/form-data` header not proxied [bug] +- #1298 TinyMapper error redux [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