diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d567d66..16863ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.3 (07 September 2024) +- [#1165](https://github.com/WireMock-Net/WireMock.Net/pull/1165) - Fix listen on AnyIP for url 0.0.0.0 contributed by [cocoon](https://github.com/cocoon) +- [#1154](https://github.com/WireMock-Net/WireMock.Net/issues/1154) - Listen on all ips [bug] + # 1.6.2 (04 September 2024) - [#1152](https://github.com/WireMock-Net/WireMock.Net/pull/1152) - Update MappingConverter to correctly write the Matcher as C# code [bug] contributed by [StefH](https://github.com/StefH) - [#1163](https://github.com/WireMock-Net/WireMock.Net/pull/1163) - Upgrade Aspire to version 8.2.0 [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index 6ac74555..b653450e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.6.2 + 1.6.3 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 8bce4728..5bcb8bbe 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.6.2 +SET version=1.6.3 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 1e9868e8..62f89117 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,5 @@ -# 1.6.2 (04 September 2024) -- #1152 Update MappingConverter to correctly write the Matcher as C# code [bug] -- #1163 Upgrade Aspire to version 8.2.0 [feature] -- #1166 Also update IWireMockMiddlewareOptions when settings are updated via admin interface [bug] -- #1151 MappingsToCSharpCode should use RegexMatcher when specified [bug] -- #1164 WithParam not working. [bug] +# 1.6.3 (07 September 2024) +- #1165 Fix listen on AnyIP for url 0.0.0.0 +- #1154 Listen on all ips [bug] 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