diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7f4515704..bd8e40c3d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.4.34 (2024-04-10) + +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.33 (2024-03-12) ## Edge Agent diff --git a/versionInfo.json b/versionInfo.json index b6db8cce236..daf789d4bdd 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.4.33", + "version": "1.4.34", "build": "BUILDNUMBER", "commit": "COMMITID" }