diff --git a/readme/ROADMAP.md b/readme/ROADMAP.md
index fae485d6..b679c8f1 100644
--- a/readme/ROADMAP.md
+++ b/readme/ROADMAP.md
@@ -1,50 +1,47 @@
* Version 1
- * Forms from JSON schema ✅
+ * Forms from JSON schema ✅
* Configurations
- * Language model provider ✅
- * Embedder
- * Plugins list ✅
- * Why in the admin ✅
- * Documentation ✅
- * Markdown support ✅
- * Static admin inside main container ✅
+ * Language model provider ✅
+ * Embedder ✅
+ * Plugins list ✅
+ * Why in the admin ✅
+ * Documentation ✅
+ * Markdown support ✅
+ * Static admin inside main container ✅
* [Public `/chat` endpoint](https://github.com/cheshire-cat-ai/core/issues/267/) ✅
* [js widget (for `/chat` and external websites)](https://github.com/cheshire-cat-ai/core/issues/269/) ✅
* Memory management page in admin ✅
-
-
-
-* Version 2
* User management
- * User specific conversation and memory
+ * User specific conversation and memory ✅
* Dissemination
* minimal website ✅
- * how to guides
+ * how to guides ✅
* use cases examples
* QA / Test
* End2End tests
* Setup ✅
- * Essential coverage
- * Unit tests
- * Setup
- * Essential coverage
+ * Essential coverage ✅
+ * Unit tests
+ * Setup ✅
+ * Essential coverage ✅
* Admin
- * import memories
+ * import memories ✅
* export memeories ✅
* filters for memory search
- * better `why` UI
+ * better `why` UI ✅
* Agent
* Tool embeddings ✅
* Custom hookable agent
* Local LLM / embedder
- * CustomLLMConfig / CustomEmbedderConfig adapters
+ * CustomLLMConfig
+ * CustomEmbedderConfig adapters
* LLM / embedder example docker container
* Hook surface
* 20 hooks ✅
* more hooks where customization is needed
* Plugin management
* Install plugin dependencies ✅
- * Activate / deactivate plugins
- * External plugin directory
+ * Activate / deactivate plugins ✅
+ * External plugin directory ✅
* Pugin manifesto (`plugin.json`) ✅