diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d04db2..f13586ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 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) - [#1293](https://github.com/wiremock/WireMock.Net/pull/1293) - Grpc: Fix parsing null value for google.protobuf.Timestamp [bug] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index e896d417..f6cdb658 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.8.5 + 1.8.6 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index a3c21c54..a7165d8c 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.8.5 +SET version=1.8.6 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 a82db093..40df00ae 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,7 +1,5 @@ -# 1.8.5 (14 May 2025) -- #1290 Use ILRepack to include Microsoft.OpenApi as internal [feature] -- #1293 Grpc: Fix parsing null value for google.protobuf.Timestamp [bug] -- #1275 WithMappingFromOpenApiFile - Support for OpenAPI 3.1.0 [feature] -- #1280 Grpc: breaking changes from 1.6.11 to 1.6.12 [bug] +# 1.8.6 (15 May 2025) +- #1296 Content-Type multipart/form-data header should also be proxied [bug] +- #1295 Content-Type `multipart/form-data` header not proxied [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