From c548600dea7aa0c826f07059715b526c5ed9129f Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 6 Dec 2024 19:22:25 +0100 Subject: [PATCH] 1.6.9 --- CHANGELOG.md | 6 +++++- Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 11 +++-------- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d9aec8..6ab52fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 1.6.8 (23 November 2024) +# 1.6.9 (06 December 2024) +- [#1216](https://github.com/WireMock-Net/WireMock.Net/pull/1216) - Fix JsonPartialMatcher when using property names with dot [bug] contributed by [StefH](https://github.com/StefH) +- [#1210](https://github.com/WireMock-Net/WireMock.Net/issues/1210) - JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug] + +# 1.6.8 (24 November 2024) - [#1202](https://github.com/WireMock-Net/WireMock.Net/pull/1202) - Log exception when (static) mapping file cannot be read [feature] contributed by [StefH](https://github.com/StefH) - [#1206](https://github.com/WireMock-Net/WireMock.Net/pull/1206) - Fix security issues [bug] contributed by [StefH](https://github.com/StefH) - [#1211](https://github.com/WireMock-Net/WireMock.Net/pull/1211) - Use GraphQL 8.2.1 [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index 7b0b9c21..8cf292f9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.6.8 + 1.6.9 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 28d76a38..eca608a4 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.6.8 +SET version=1.6.9 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 96b08418..96367cb8 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,10 +1,5 @@ -# 1.6.8 (23 November 2024) -- #1202 Log exception when (static) mapping file cannot be read [feature] -- #1206 Fix security issues [bug] -- #1211 Use GraphQL 8.2.1 [feature] -- #1213 Fix HandlebarsContext ParseAndEvaluate method [bug] -- #1201 Mapping file parse errors are not logged to the console [feature] -- #1209 Upgrade of GraphQL libs to the latest [feature] -- #1212 Response Body Does Not Include Text After Path Segment [bug] +# 1.6.9 (06 December 2024) +- #1216 Fix JsonPartialMatcher when using property names with dot [bug] +- #1210 JsonPartialMatcher fails to match on property name that JsonMatcher matches [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