diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1cc5c18447339af7535b1a957603203c6297015c..4c83517cfa0a32d0ec16b55d05168ed234cf2366 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -113,3 +113,4 @@ Bugfixes
 
 - executing meta 'flush_handlers' fails
 - role variables from role variable cache of host are not avialable
+- added args validation to sdm role
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 38de97efa29bc97aaf0a32bef0e43ac3fd6e3d5f..c278f1c7461e06cbaef3586cd12765658f806c78 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -74,6 +74,7 @@ releases:
       bugfixes:
         - executing meta 'flush_handlers' fails
         - role variables from role variable cache of host are not avialable
+        - added args validation to sdm role
     release_date: '2022-01-26'