diff --git a/CHANGELOG b/CHANGELOG
index 1301cb4144ec6261fc03eaf78da0eb7836f8ecee..9881c4a38efabafb6c593f9c5a6d2bc3a283370c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,4 +5,14 @@
             -> obsoletes 'Add dummy topologies'
             added vCenter twice (once as vCenter once as vM) with different object IDs
             -> obsoletes 'Don\'t add vCenter as VM'
-2024-07-12: added support for Queried host is a host system
\ No newline at end of file
+2024-07-12: added support for Queried host is a host system
+2024-07-13: refactoring save topology/make default and add dummy's logic
+2024-07-16: moved add_host/add_service/add_connection to lib/utils/TopoObjects/TopoConnections
+            moved ruleset name constants to utils/ruleset_names.py
+2024-07-25: fixed crash if VM has no data store
+2024-07-29: added option to ignore powered off VMs
+            added option to ignore VMs by name (regex)
+2024-07-31: added option to map vSphere names to CMK/topology names for data center, cluster, hosts and VMs
+2024-08-06: fixed crash on mapping vm_name
+2024-01-16: added suffix option ThX to Thomas Kloppholz
+            refactored constants to enum
\ No newline at end of file