diff --git a/ChangeLog.md b/ChangeLog.md
index 44d4f156..90b300a7 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,19 @@
# Tomb ChangeLog
+## 2.11
+### July 2024
+
+Search engine is upgraded to use recoll, based on xapian backend:
+offers a GUI and is more up to date, replaces swish-e. Various fixes
+include a better default of 3 rounds for Argon2 KDF, improved support
+for cloakify which is now shipped in tomb/extras, new support for
+pinentry-tty useful for some headless systems and terminals over
+serial port, improved usage on machines without sudo and support
+bind-hooks on folders containing spaces in their names. Also the
+translations to some other languages were improved. All documentation
+was revisited and reorganized, manpage corrected in some parts and a
+new homepage is up at https://dyne.org/tomb
+
## 2.10
### Sep 2023
diff --git a/README.md b/README.md
index 4b40c540..edd3a938 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ Or, if you are in a hurry, kill all processes with open files inside your tomb a
```
$ tomb slam
```
-## [Get started on dyne.org/software/tomb](https://dyne.org/software/tomb)
+## [Get started on dyne.org/tomb](https://dyne.org/tomb)
-
+
All information is found on our website.
@@ -54,5 +54,5 @@ There is also a [space for discussion](https://github.com/dyne/Tomb/discussions)
Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by [Jaromil](https://github.com/jaromil). The [AUTHORS](AUTHORS.md) file contains more information on all the developers involved. The license is GNU Public License v3.
-## [More info on dyne.org/software/tomb](https://dyne.org/software/tomb)
+## [More info on dyne.org/tomb](https://dyne.org/tomb)
diff --git a/tomb b/tomb
index 04f36224..34b41020 100755
--- a/tomb
+++ b/tomb
@@ -30,8 +30,8 @@
# {{{ Global variables
-typeset VERSION="2.10.0"
-typeset DATE="Sep/2023"
+typeset VERSION="2.11.0"
+typeset DATE="Jul/2024"
typeset TOMBEXEC=$0
typeset TMPDIR=${${TMPPREFIX%/*}:-/tmp}
# TODO: configure which tmp dir to use from a cli flag