diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4c83517cfa0a32d0ec16b55d05168ed234cf2366..53d1faefa72a4a8822bc7515e3abcfe7fc730e33 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -91,12 +91,10 @@ v2.0.0
 Major Changes
 -------------
 
-- added the object-oriented support for collection roles
-- replaced the former inheritance model 
+- add the object-oriented support for collection roles
+- replace the former inheritance model
 - cleanup the source code
-
-v2.0.1
-======
+- add plugin to return a value to level of the calling task
 
 Bugfixes
 --------
@@ -104,13 +102,6 @@ Bugfixes
 - loading process creates multiple independent instances
 - loading tasks for exection on each state (loaded or creation)
 - convert role params hash to string in role constructor
-
-v2.0.2
-======
-
-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 c278f1c7461e06cbaef3586cd12765658f806c78..f3066b325b6c7ada5e697e80f6c4b5ef34e29ce4 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -59,22 +59,12 @@ releases:
         - added the object-oriented support for collection roles
         - replaced the former inheritance model 
         - cleanup the source code
-    release_date: '2022-01-11'
-
-  2.0.1:
-    changes:
+        - add plugin to return a value to level of the calling task
       bugfixes:
         - loading process creates multiple independent instances
         - loading tasks for exection on each state (loaded or creation)
         - convert role params hash to string in role constructor
-    release_date: '2022-01-24'
-
-  2.0.2:
-    changes:
-      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'
-    
-
+    release_date: '2022-02-22'