From 482b05fc4aa89ef11f0c46faa427f13aed6ebc57 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 25 Mar 2019 18:26:07 +0100 Subject: [PATCH] 1.0.9.0 --- CHANGELOG.md | 4 ++++ GitHubReleaseNotes.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47837b4..edaece62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.9.0 (25 March 2019) +- [#256](https://github.com/WireMock-Net/WireMock.Net/pull/256) - Fixed Multi Param Match logic contributed by [StefH](https://github.com/StefH) +- [#255](https://github.com/WireMock-Net/WireMock.Net/issues/255) - ExactMatcher with array pattern not working? [bug] + # 1.0.8.0 (12 March 2019) - [#254](https://github.com/WireMock-Net/WireMock.Net/pull/254) - RequestMessageParamMatcher supports Ignore Case for the key [feature] contributed by [StefH](https://github.com/StefH) - [#251](https://github.com/WireMock-Net/WireMock.Net/issues/251) - Problem with Request Match WithBody [question] diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index 100736cd..8d118ff6 100644 --- a/GitHubReleaseNotes.txt +++ b/GitHubReleaseNotes.txt @@ -1,3 +1,3 @@ https://github.com/StefH/GitHubReleaseNotes -GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --version 1.0.8.0 \ No newline at end of file +GitHubReleaseNotes.exe --output CHANGELOG.md --skip-empty-releases --version 1.0.9.0 \ No newline at end of file