diff --git a/README.md b/README.md
index 821b8cb7fdd9809e5152efa7d7e18fb9d0217d25..c012c400c1e8c4ec0b1d7f49be1fd79c84e87819 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
 <img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250">
 
-Release version: [4.05c](https://github.com/AFLplusplus/AFLplusplus/releases)
+Release version: [4.06c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-GitHub version: 4.06a
+GitHub version: 4.07a
 
 Repository:
 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 3337feb943d5f209aec1a4f6d51d31f16c55c8a5..587fb64c662925372b441a8ae4319ad565690935 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,7 +3,7 @@
   This is the list of all noteworthy changes made in every public
   release of the tool. See README.md for the general instruction manual.
 
-### Version ++4.06a (dev)
+### Version ++4.06c (release)
   - afl-fuzz:
     - ensure temporary file descriptor is closed when not used
     - added `AFL_NO_WARN_INSTABILITY`
@@ -29,9 +29,10 @@
     - fix issue on MacOS
   - unicorn_mode:
     - updated and minor issues fixed
+  - nyx_mode support for all tools
+  - better sanitizer default options support for all tools
   - new custom module: autotoken, a grammar free fuzzer for text inputs
   - fixed custom mutator C examples
-  - better sanitizer default options support for all tools
   - more minor fixes and cross-platform support
 
 ### Version ++4.05c (release)
diff --git a/include/config.h b/include/config.h
index e46f515ac3f35e772ffbd52540ef88c8668e4f80..b6249a0fc7e963f1e8913d7f71bfe94fb7e3e725 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 /* Version string: */
 
 // c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++4.06a"
+#define VERSION "++4.06c"
 
 /******************************************************
  *                                                    *