diff --git a/CHANGELOG.md b/CHANGELOG.md index f62f6998ba9..62f32163879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.4.42 (2024-09-07) + +Only Docker images are updated in this release. The daemon remains at version 1.4.41. + +The following Docker images were updated because their base images changed: +* azureiotedge-agent +* azureiotedge-hub +* azureiotedge-simulated-temperature-sensor +* azureiotedge-diagnostics (remains at version 1.4.41 to match the daemon) + # 1.4.41 (2024-08-26) ## Base image updates diff --git a/versionInfo.json b/versionInfo.json index 93ec34c999d..3ee84179f2e 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.4.41", + "version": "1.4.42", "build": "BUILDNUMBER", "commit": "COMMITID" }