From 6aa7aac1512915c8e1dc0a436905ff7f9c8edbb6 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 3 Aug 2023 16:08:50 +0200 Subject: [PATCH] 1.5.33 --- CHANGELOG.md | 9 +++++++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 12 ++++++++---- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043adb371..adea53a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.5.33 (03 August 2023) +- [#972](https://github.com/WireMock-Net/WireMock.Net/pull/972) - JsonPartialMatcher - match guid and string contributed by [timurnes](https://github.com/timurnes) +- [#976](https://github.com/WireMock-Net/WireMock.Net/pull/976) - Upgrade to Handlebars.Net.Helpers 2.4.0 to update XPath.SelectTokens and XPath.EvaluateToString [feature] contributed by [StefH](https://github.com/StefH) +- [#981](https://github.com/WireMock-Net/WireMock.Net/pull/981) - Add MultiPart/MimePart Request Matcher [feature] contributed by [StefH](https://github.com/StefH) +- [#968](https://github.com/WireMock-Net/WireMock.Net/issues/968) - Using request multipart in response template [feature] +- [#969](https://github.com/WireMock-Net/WireMock.Net/issues/969) - Multipart validation [feature] +- [#970](https://github.com/WireMock-Net/WireMock.Net/issues/970) - Loop through xml elements in handlebars template [feature] +- [#971](https://github.com/WireMock-Net/WireMock.Net/issues/971) - JsonPartialMatcher - match guid and string [feature] + # 1.5.32 (15 July 2023) - [#966](https://github.com/WireMock-Net/WireMock.Net/pull/966) - Fixed JsonPathMatcher to match nested objects [bug] contributed by [StefH](https://github.com/StefH) - [#965](https://github.com/WireMock-Net/WireMock.Net/issues/965) - JsonPathMatcher does not match json body nested objects [bug] diff --git a/Directory.Build.props b/Directory.Build.props index bd500caf0..a8f73813e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.5.32 + 1.5.33 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 dabe92db1..828fee8d5 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.5.32 +SET version=1.5.33 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 97c810d40..22b82d3cd 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,6 +1,10 @@ -# 1.5.32 (15 July 2023) -- #966 Fixed JsonPathMatcher to match nested objects [bug] -- #965 JsonPathMatcher does not match json body nested objects [bug] -- #967 ⭐10 million downloads ! ⭐ [feature] +# 1.5.33 (03 August 2023) +- #972 JsonPartialMatcher - match guid and string +- #976 Upgrade to Handlebars.Net.Helpers 2.4.0 to update XPath.SelectTokens and XPath.EvaluateToString [feature] +- #981 Add MultiPart/MimePart Request Matcher [feature] +- #968 Using request multipart in response template [feature] +- #969 Multipart validation [feature] +- #970 Loop through xml elements in handlebars template [feature] +- #971 JsonPartialMatcher - match guid and string [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