diff --git a/ChangeLog b/ChangeLog index 317d0ea0177..da900770f9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +24.1.6 + - fix(ec2): Ensure metadata exists before configuring PBR (#5287) + - fix: Check renderer for netplan-specific code (#5321) + - test: Fix failing test_ec2.py test (#5324) + 24.1.5 - fix(package_update): avoid snap refresh in images without snap command (LP: #2064132) diff --git a/cloudinit/version.py b/cloudinit/version.py index ae599480789..a5aaea42917 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.1.5" +__VERSION__ = "24.1.6" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [