From ced7c579cc9348da2771710768da30f5121d36fa Mon Sep 17 00:00:00 2001 From: Mike Yagley Date: Fri, 24 May 2019 14:26:58 -0700 Subject: [PATCH] Update changelog for 1.0.7.1 release (#26) --- CHANGELOG.md | 16 ++++++++++++++++ latest-versions.json | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb46642..896d7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 1.0.7.1 (2019-05-24) +* Fix regression in DPS use on Windows +* Stability improvements + +## Edge Agent +### Bug Fixes +* Workaround `ObjectDisposedException` bug in C# SDK by exiting the process ([bbc8d3c](https://github.com/Azure/iotedge/commit/bbc8d3ce1ebc2583717295dfeeb1d737642e9946)) + +## Edge Hub +### Bug Fixes +* Workaround `ObjectDisposedException` bug in C# SDK by recreating the client ([e458e14](https://github.com/Azure/iotedge/commit/e458e14294d8c39f9e6f72e2c42418bfd298eeb2), [7598ef0](https://github.com/Azure/iotedge/commit/7598ef045c9b104dfdc758d270722007d981d1bb), [c608f38](https://github.com/Azure/iotedge/commit/c608f38b33652f4f2b10a97790fe155e39d9280a)) + +## iotedged +### Bug Fixes +* Fix bug preventing `iotedged` service starting when DPS provisioning is configured ([8a0f5c0](https://github.com/Azure/iotedge/commit/8a0f5c0ebb9489c98f591851e96e9f6766e031a9), [1ac1e94](https://github.com/Azure/iotedge/commit/1ac1e94298de332f180efe7ab343257207a77ebf)) + # 1.0.7 (2019-05-06) * Upgrade C# SDK to 1.20.1 diff --git a/latest-versions.json b/latest-versions.json index 3f25951..affd7dc 100644 --- a/latest-versions.json +++ b/latest-versions.json @@ -1,5 +1,5 @@ { - "iotedged": "1.0.7", - "azureiotedge-agent": "1.0.7", - "azureiotedge-hub": "1.0.7" + "iotedged": "1.0.7.1", + "azureiotedge-agent": "1.0.7.1", + "azureiotedge-hub": "1.0.7.1" }