From c76bb94b4ccce1686d59d49c1374b8e0303aef9c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 10 Jun 2019 17:52:05 +0200 Subject: [PATCH] 1.0.18.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb06b04..175988ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.18.0 (10 June 2019) +- [#282](https://github.com/WireMock-Net/WireMock.Net/pull/282) - WireMock.Net.Standalone : Add --WireMockLogger commandline argument [feature] contributed by [StefH](https://github.com/StefH) + # 1.0.17.0 (05 June 2019) - [#278](https://github.com/WireMock-Net/WireMock.Net/pull/278) - Add support for HandleBars File (to read a file) [feature] contributed by [StefH](https://github.com/StefH) - [#276](https://github.com/WireMock-Net/WireMock.Net/issues/276) - No server response in Postman and Receive Failure in Fiddler [invalid]