From 3214c2ebc73aeb66dfd8d6d08a0d96fa4dd0785f Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 30 Mar 2026 19:51:09 +0200 Subject: [PATCH] 2.2.0 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 4 ++-- PackageReleaseNotes.txt | 8 +++----- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8b499d..266bc70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.2.0 (30 March 2026) +- [#1433](https://github.com/wiremock/WireMock.Net/pull/1433) - Add comments for ScenarioStateStore related code [refactor] contributed by [StefH](https://github.com/StefH) +- [#1434](https://github.com/wiremock/WireMock.Net/pull/1434) - Upgrade Scriban.Signed [security] contributed by [StefH](https://github.com/StefH) + # 2.1.0 (29 March 2026) - [#1425](https://github.com/wiremock/WireMock.Net/pull/1425) - Add helpers for query params fluent MappingModelBuilder [feature] contributed by [biltongza](https://github.com/biltongza) - [#1430](https://github.com/wiremock/WireMock.Net/pull/1430) - Add injectable IScenarioStateStore for distributed scenario state [feature] contributed by [m4tchl0ck](https://github.com/m4tchl0ck) diff --git a/Directory.Build.props b/Directory.Build.props index b8b16f9e..fd8bf007 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 2.1.0 + 2.2.0 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index fa06c0cd..103a53af 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,7 +1,7 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=2.1.0 +SET version=2.2.0 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% -GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN% \ No newline at end of file +GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN% \ No newline at end of file diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index c4c4c702..c233841c 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,7 +1,5 @@ -# 2.1.0 (29 March 2026) -- #1425 Add helpers for query params fluent MappingModelBuilder [feature] -- #1430 Add injectable IScenarioStateStore for distributed scenario state [feature] -- #1431 Fix WireMockLogger implementation in dotnet-WireMock [bug] -- #1432 Add WireMockAspNetCoreLogger to log Kestrel warnings/errors [feature] +# 2.2.0 (30 March 2026) +- #1433 Add comments for ScenarioStateStore related code [refactor] +- #1434 Upgrade Scriban.Signed [security] The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file