diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py
index ccfa8af6c46b14375094fb3ab8fad88b3958442c..3f2eb6b11f1284a03debd2dca9eb17573e0b2b29 100644
--- a/lib/mentat/__init__.py
+++ b/lib/mentat/__init__.py
@@ -20,4 +20,4 @@ open-source project.
 
 __author__  = "Jan Mach <jan.mach@cesnet.cz>"
 __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>"
-__version__ = "2.0.8"
+__version__ = "2.1.0"
diff --git a/package.json b/package.json
index e2b264e942673d7dcee2ca479b4866ebd1f9d545..c41f8370a64b730c1f818801fc0a3f4d644044fd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "mentat-ng",
-    "version": "2.0.8",
+    "version": "2.1.0",
     "description": "Distributed modular SIEM system designed to monitor networks of all sizes",
     "author": "CESNET-CERTS Development Team (https://csirt.cesnet.cz/en/contact)",
     "homepage": "https://mentat.cesnet.cz/en/index",