From 1e49a79926b74ef51478a65c6bdfb68c0be06566 Mon Sep 17 00:00:00 2001 From: Daniel Setser Date: Tue, 30 Oct 2018 14:50:49 -0700 Subject: [PATCH] Updating release notes for v1.0.4. (#3243) Updating release notes for v1.0.4. --- release-notes/dotnet-svcutil-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes/dotnet-svcutil-notes.md b/release-notes/dotnet-svcutil-notes.md index 98982c36a11..f9e87e13192 100644 --- a/release-notes/dotnet-svcutil-notes.md +++ b/release-notes/dotnet-svcutil-notes.md @@ -7,6 +7,10 @@ Getting Started instructions can be found in the [usage guide](https://go.micros ## Version History +### 1.0.4 (10/30/2018) +* Added anonymous telemetry information collection (set environment variable DOTNET_SVCUTIL_TELEMETRY_OPTOUT=1 to opt out). +* Bug fixes ([#3149](https://github.com/dotnet/wcf/issues/3149), [#2715](https://github.com/dotnet/wcf/issues/2715)) + ### 1.0.3 (08/29/2018) * Bug fixes ([#3081](https://github.com/dotnet/wcf/issues/3081), [#3103](https://github.com/dotnet/wcf/issues/3103))