diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84c190dc896d89fc125c71898b45dc2dc00823e3..be06e851f715eb41d71b5fa358bc9f7c61a309f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,13 @@
 # Next
 
 - Add: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
+- Add: hook to automatically upgrade the database scheme if needed
 - Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
 - Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
 - Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1'
 - Change: autotools to cmake toolchain
+- Change: cmake minimal version to 3.17 because of policy CMP0100
+- Change: the CI check if lektor compiles, no binary deployment for now
 
 # v2.4
 
diff --git a/README.md b/README.md
index c882206d5a213b0e16e526d2b73c461f6b6bbc0b..943be6e5befe56a721fa8ab917f91f99ca229e0b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ A Karaoke player made to replace the old bash scripts on Sakura.
 
 ### Prerequisites
 
-- [cmake](https://cmake.org/) with at least the version 3.5
+- [cmake](https://cmake.org/) with at least the version 3.17
 - a C compiler with C11 support
 - the [sqlite3](https://www.sqlite.org/) development library, version
   3.31.0 or newer for [generated columns](https://www.sqlite.org/gencol.html) support