diff --git a/CHANGELOG.md b/CHANGELOG.md
index a069cc25a77177a2d8d6a2861c364ce74189b858..2a20b99164314237f4652c724a15d9018e8b1519 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,24 +1,2 @@
-# v2.23.5
+# v2.24.1
 
-The software
-------------
-
-* added AutoflushFile.seek()
-* added AutoflushFile.truncate()
-* fixed behaviour with AutoflushFile.close()
-* fixed behavior for AutoflushFile(..., 'wb')
-* added CPUTimeManager.set_refresh_each()
-* added satella.instrumentation.cpu_time.get_own_cpu_time()
-* better documentation for satella.time.sleep()
-* fixed behaviour of PIDFileLock
-* multiple minor code changes to improve pylint statistics
-
-Build process
--------------
-
-* added pylint to CodeClimate
-
-Documentation
--------------
-
-* Improved the documentation for CPU usage functions - noted that there will be a thread spawned in the background.
diff --git a/satella/__init__.py b/satella/__init__.py
index 78afda8502b16f06c6a1b8a9f97f48ee0db9f6ce..29a143df0e9a08461a8706e5fc3fe2f11cca8cd5 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.24.0'
+__version__ = '2.24.1a1'