diff --git a/changelog.md b/changelog.md
index fe74e4c..fa30057 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
 ## [Unreleased]
 (Placeholder for unreleased content)
 
+## [2023-07-12]
+
+### Fixed
+
+Checking "changed" status on enabling and muting checks
+
 ## [2023-07-10]
 
-###
+### Fixed
 
 Fixed muting/unmuting to match Ansible booleans properly
 
diff --git a/nodeping.py b/nodeping.py
index 5073a34..7f7c9be 100644
--- a/nodeping.py
+++ b/nodeping.py
@@ -10,7 +10,7 @@
 from ansible.module_utils.basic import AnsibleModule
 
 ANSIBLE_METADATA = {
-    "metadata_version": "2.0",
+    "metadata_version": "2.2",
     "status": ["stableinterface"],
     "supported_by": "community",
 }