diff --git a/ChangeLog b/ChangeLog index 2ee26b31ac7b..2cab3aa3e59d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +24.4.1 + - fix: Don't break modules that use get_meta_doc() (#5953) + - refactor: Pass deprecation log args as tuple (#5953) + - fix: uninstall custom signal handlers before shutdown (#5913) + 24.4 - test: Ensure unit ordering in ftp tests includes downstream units (#5892) - test: re-decrement expected webhook events (#5894) diff --git a/cloudinit/version.py b/cloudinit/version.py index 65999dbf444e..cccccfb00d88 100644 --- a/cloudinit/version.py +++ b/cloudinit/version.py @@ -4,7 +4,7 @@ # # This file is part of cloud-init. See LICENSE file for license information. -__VERSION__ = "24.4" +__VERSION__ = "24.4.1" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [