diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2b6cc5..e8bfa16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [2.4.0] - 2026-02-26
+
+### Added
+- Make the app fully non-blocking
+
+### Changed
+- some prompt engineering to improve tool use
+
+
## [2.3.0] - 2025-12-29
### Added
diff --git a/Makefile b/Makefile
index 8f01341..22046bb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
APP_ID := context_agent
APP_NAME := Nextcloud Context Agent
-APP_VERSION := 2.3.0
+APP_VERSION := 2.4.0
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9081}"
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7b99961..94a288e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -28,7 +28,7 @@ Positive:
* The software for this app is open source, no trained AI model is used
]]>
- 2.3.0
+ 2.4.0
MIT
Marcel Klehr
ContextAgent