diff --git a/CHANGELOG.md b/CHANGELOG.md index 689ded27..65525256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 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) +- [#667](https://github.com/WireMock-Net/WireMock.Net/pull/667) - Add JsonPartialWildcardMatcher [feature] contributed by [StefH](https://github.com/StefH) +- [#669](https://github.com/WireMock-Net/WireMock.Net/pull/669) - Support Schema Example and Support AllOf in definitions [feature] contributed by [StefH](https://github.com/StefH) + # 1.4.24 (20 October 2021) - [#637](https://github.com/WireMock-Net/WireMock.Net/pull/637) - Add support for AzureAD authentication for REST admin interface [feature] contributed by [StefH](https://github.com/StefH) - [#643](https://github.com/WireMock-Net/WireMock.Net/pull/643) - Support edge case: first object, next an array. [feature] contributed by [leolplex](https://github.com/leolplex) diff --git a/Directory.Build.props b/Directory.Build.props index 6753f582..60d0355f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.4.24 + 1.4.25 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 0b74750a..8f2ecabe 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.4.24 +SET version=1.4.25 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 11fc3d81..c5cc3e7d 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,9 +1,7 @@ -# 1.4.24 (20 October 2021) -- #637 Add support for AzureAD authentication for REST admin interface [feature] -- #643 Support edge case: first object, next an array. [feature] -- #644 Mapping headers in OpenAPI [feature] -- #649 Refactor method name MapHeaders and httpStatusCode -- #651 Implement PatternAsFile for StringMatcher [feature] -- #654 Update NotNullOrEmptyMatcher to also implement IStringMatcher [feature] +# 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] 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