From c0fcfd470457751cc83cbb446d2e984e0f4363e0 Mon Sep 17 00:00:00 2001 From: IoT Edge Bot Date: Wed, 9 Oct 2024 03:12:57 +0000 Subject: [PATCH] Prepare for release 1.5.12 --- CHANGELOG.md | 10 ++++++++++ versionInfo.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8fc143da8..2b2d4ebb75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.5.12 (2024-10-09) + +Only Docker images are updated in this release. The daemon remains at version 1.5.10. + +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.5.10 to match the daemon) + # 1.5.11 (2024-09-11) Only Docker images are updated in this release. The daemon remains at version 1.5.10. diff --git a/versionInfo.json b/versionInfo.json index d99655dd1e6..49c8b120951 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.5.11", + "version": "1.5.12", "build": "BUILDNUMBER", "commit": "COMMITID" }