From 564449194226bff90ea3fe5af4658f01c54293ca Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 30 Oct 2021 09:26:33 +0200 Subject: [PATCH] 1.4.26 --- CHANGELOG.md | 4 ++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 8 +++----- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65525256..f9fe0f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.4.26 (30 October 2021) +- [#670](https://github.com/WireMock-Net/WireMock.Net/pull/670) - Improve method MapSchemaToObject to support array and object [feature] contributed by [leolplex](https://github.com/leolplex) +- [#673](https://github.com/WireMock-Net/WireMock.Net/pull/673) - Support examples random data generation contributed by [leolplex](https://github.com/leolplex) + # 1.4.25 (27 October 2021) - [#661](https://github.com/WireMock-Net/WireMock.Net/pull/661) - Add TimeSettings (Start, End and TTL) [feature] contributed by [StefH](https://github.com/StefH) - [#664](https://github.com/WireMock-Net/WireMock.Net/pull/664) - Support Array in OpenApiParser [feature] contributed by [leolplex](https://github.com/leolplex) diff --git a/Directory.Build.props b/Directory.Build.props index 60d0355f..7b489e98 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.4.25 + 1.4.26 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 8f2ecabe..6844afdf 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.4.25 +SET version=1.4.26 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 c5cc3e7d..a0c8ee8c 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,7 +1,5 @@ -# 1.4.25 (27 October 2021) -- #661 Add TimeSettings (Start, End and TTL) [feature] -- #664 Support Array in OpenApiParser [feature] -- #667 Add JsonPartialWildcardMatcher [feature] -- #669 Support Schema Example and Support AllOf in definitions [feature] +# 1.4.26 (30 October 2021) +- #670 Improve method MapSchemaToObject to support array and object [feature] +- #673 Support examples random data generation 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