summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--cloudinit/version.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a90a8986..91c1ee92 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 061ea419..c9e4b81b 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 = [