From a3ead636bd455054d457a722bba16e06d84b9c26 Mon Sep 17 00:00:00 2001 From: IoT Edge Bot Date: Wed, 25 Oct 2023 03:13:19 +0000 Subject: [PATCH] Prepare for release 1.4.24 --- CHANGELOG.md | 8 ++++++++ versionInfo.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db8cfaaa8c..19894d0adae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.4.24 (2023-10-25) + +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.20 to match the daemon) + # 1.4.23 (2023-10-13) The following Docker images were updated because their base images changed: diff --git a/versionInfo.json b/versionInfo.json index ccef2110b66..5a0cc8e5f49 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.4.23", + "version": "1.4.24", "build": "BUILDNUMBER", "commit": "COMMITID" }