diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebb1c9e31f..18d39aab446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.4.38 (2024-06-21) + +Only Docker images are updated in this release. The daemon remains at version 1.4.33. + +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.33 to match the daemon) + # 1.4.37 (2024-05-30) Only Docker images are updated in this release. The daemon remains at version 1.4.33. diff --git a/versionInfo.json b/versionInfo.json index 2c57419ae2e..8cef359b0c6 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.4.37", + "version": "1.4.38", "build": "BUILDNUMBER", "commit": "COMMITID" }