This commit is contained in:
Stef Heyenrath
2018-05-28 08:43:41 +02:00
parent 297743a19a
commit 7ef0c1d68b
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
# 1.0.3.19 (28 May 2018)
- [#145](https://github.com/WireMock-Net/WireMock.Net/pull/145) - Cancellation token not passed to server instance in .NET Core 2 contributed by Bob Paul ([Bob11327](https://github.com/Bob11327)) +fix
- [#144](https://github.com/WireMock-Net/WireMock.Net/pull/144) - Fix ConcurrentDictionary (#129) contributed by Stef Heyenrath ([StefH](https://github.com/StefH))
Commits: 0640c88bcd...297743a19a
# 1.0.3.18 (25 May 2018)
- [#142](https://github.com/WireMock-Net/WireMock.Net/pull/142) - Allow all headers to be set as Response headers contributed by Stef Heyenrath ([StefH](https://github.com/StefH))