diff --git a/CHANGELOG.md b/CHANGELOG.md index ea152ace349..4972514c7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 1.1.15 (2022-07-14) +## Edge Agent +### Bug Fixes +* Update Base Images for a Security Patch [.NET Core 3.1.26 - June 14, 2022](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.26/3.1.26.md) + + +## Edge Hub +### Bug Fixes +* Update Base Images for a Security Patch [.NET Core 3.1.26 - June 14, 2022](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.26/3.1.26.md) + + +## Diagnostics Module +### Bug Fixes +* Update Base Images for a Security Patch [.NET Core 3.1.26 - June 14, 2022](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.26/3.1.26.md) + + +## Simulated Temperature Sensor +### Bug Fixes +* Update Base Images for a Security Patch [.NET Core 3.1.26 - June 14, 2022](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.26/3.1.26.md) + + +## iotedged +### Bug Fixes +* Create a single persistent workload socket for edgeAgent [35f8781](https://github.com/Azure/iotedge/commit/35f87818de7c1d1fd4925606119b9970267d9abe) + + # 1.1.14 (2022-05-24) ## Edge Agent ### Bug Fixes diff --git a/edgelet/version.txt b/edgelet/version.txt index 9ea63dbccb5..645377eea8d 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.1.13 +1.1.15 diff --git a/versionInfo.json b/versionInfo.json index c0ba33a34ad..7d7ae12b613 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.1.14", + "version": "1.1.15", "build": "BUILDNUMBER", "commit": "COMMITID" }