diff --git a/CHANGELOG.md b/CHANGELOG.md index a54f5db5e94..9ed3d1bf43c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 1.1.8 (2021-11-02) +## iotedged +### Bug Fixes +* Fix permission denied on workload socket [53157f2](https://github.com/Azure/iotedge/commit/53157f28c55eae5058527d87e6555eab863927e4) +* IoTedge Check checks expired production certs [1baad81](https://github.com/Azure/iotedge/commit/1baad8145781bac27306ed585f23a7af0742c370) + + +## Edge Agent +### Bug Fixes +* Recreate edgeAgent when not Running, Stopped, or Failed [9efa300](https://github.com/Azure/iotedge/commit/9efa30091697c9617189b08b495fae8299f00787) + + +## Edge Hub +### Bug Fixes +* Remove WebSocket Ping KeepAlives [a346b3b](https://github.com/Azure/iotedge/commit/a346b3bf3bca5398022ba1de911ac14fbdc7b1d0) +* Detect fail-over from iot hub/sdk behavior and disconnect from hub [01cd351](https://github.com/Azure/iotedge/commit/01cd3510c54c71010845a4b770cd9d5be04719f7) +* Correct wrong path for MessageStore.cs [6c8906d](https://github.com/Azure/iotedge/commit/6c8906d468be98b37b4db60a1361682469095baa) +* Update dependency on vulnerable package [9ae0ddf](https://github.com/Azure/iotedge/commit/9ae0ddfb7b6fc5186d7c9107db2f6415819d8afe) + + # 1.1.7 (2021-10-13) ## iotedged ### Bug Fixes diff --git a/edgelet/version.txt b/edgelet/version.txt index a5ba9325118..db152789702 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.1.7 \ No newline at end of file +1.1.8 \ No newline at end of file diff --git a/versionInfo.json b/versionInfo.json index c47f18cf138..a939bfdfe9c 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.1.7", + "version": "1.1.8", "build": "BUILDNUMBER", "commit": "COMMITID" } \ No newline at end of file