diff --git a/CHANGELOG.md b/CHANGELOG.md index a59e5162..25214b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.5.27 (03 June 2023) +- [#946](https://github.com/WireMock-Net/WireMock.Net/pull/946) - Add warning logging when sending a request to a Webhook does not return status 200 [feature] contributed by [StefH](https://github.com/StefH) +- [#949](https://github.com/WireMock-Net/WireMock.Net/pull/949) - Add ".NET Framework 4.7" to WireMock.Net.FluentAssertions [feature] contributed by [StefH](https://github.com/StefH) +- [#928](https://github.com/WireMock-Net/WireMock.Net/issues/928) - TypeLoadException when using WithHeader method. [bug] +- [#945](https://github.com/WireMock-Net/WireMock.Net/issues/945) - Webhook logging [feature] + # 1.5.26 (25 May 2023) - [#938](https://github.com/WireMock-Net/WireMock.Net/pull/938) - Add more unitests for CSharpFormatter utils [test] contributed by [StefH](https://github.com/StefH) - [#939](https://github.com/WireMock-Net/WireMock.Net/pull/939) - WireMockMiddleware should use HandleRequestsSynchronously correctly [bug] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index e41ba3e2..c77d0447 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.5.26 + 1.5.27 WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index beab5764..7ecb62d1 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.5.26 +SET version=1.5.27 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 3e2ba147..24616bba 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,7 @@ -# 1.5.26 (25 May 2023) -- #938 Add more unitests for CSharpFormatter utils [test] -- #939 WireMockMiddleware should use HandleRequestsSynchronously correctly [bug] -- #940 Code generator improvements -- #942 Add GetParameter method to IRequestMessage [feature] -- #941 RequestMessage.GetParameter method missing from IRequestMessage interface [feature] +# 1.5.27 (03 June 2023) +- #946 Add warning logging when sending a request to a Webhook does not return status 200 [feature] +- #949 Add ".NET Framework 4.7" to WireMock.Net.FluentAssertions [feature] +- #928 TypeLoadException when using WithHeader method. [bug] +- #945 Webhook logging [feature] The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file diff --git a/src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj b/src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj index cd6b3156..91c1e6ca 100644 --- a/src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj +++ b/src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj @@ -34,11 +34,11 @@ - + - +