diff --git a/CHANGELOG.md b/CHANGELOG.md index b94aa328..ec91eecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.4.38 (11 March 2022) +- [#736](https://github.com/WireMock-Net/WireMock.Net/pull/736) - Remove interface for all Setting classes [feature] contributed by [StefH](https://github.com/StefH) + # 1.4.37 (02 March 2022) - [#730](https://github.com/WireMock-Net/WireMock.Net/pull/730) - Fixed bug "dotnet nuget push -n" [bug] contributed by [StefH](https://github.com/StefH) - [#732](https://github.com/WireMock-Net/WireMock.Net/pull/732) - Make X509CertificatePassword optional [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index 83e359d5..c91b65d1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.4.37 + 1.4.38 See CHANGELOG.md WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 9527fac8..d9f85dc7 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.4.37 +SET version=1.4.38 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 e5395f37..03accfdf 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,7 +1,4 @@ -# 1.4.37 (02 March 2022) -- #730 Fixed bug "dotnet nuget push -n" [bug] -- #732 Make X509CertificatePassword optional [feature] -- #733 Fix FileSystemWatcher [bug] -- #726 Wiremock - WatchStaticMappings only works until the first request is made [bug] +# 1.4.38 (11 March 2022) +- #736 Remove interface for all Setting classes [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