diff --git a/ChangeLog b/ChangeLog index a90a898631a..91c1ee925a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +22.2.1 + - Fix cc_phone_home requiring 'tries' (#1500) 22.2 - Fix test due to caplog incompatibility (#1461) [Alberto Contreras] - Align rhel custom files with upstream (#1431) diff --git a/cloudinit/version.py b/cloudinit/version.py index 061ea419e2b..c9e4b81b148 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__ = "22.2" +__VERSION__ = "22.2.1" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [