diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55ab6ef8..e62e2d22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## 3.4.1 - 2026-05-04
+
+### Fixed
+- l10n: Use "teams" instead of the old "circles" @marcelklehr [#514](https://github.com/nextcloud/assistant/pull/514)
+- UI issues @julien-nc [#519](https://github.com/nextcloud/assistant/pull/519)
+- remove the dailog border @julien-nc [#520](https://github.com/nextcloud/assistant/pull/520)
+
## 3.4.0 - 2026-04-27
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 825bfef7..61eee98f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -62,7 +62,7 @@ Known providers:
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
]]>
- 3.4.0
+ 3.4.1
agpl
Julien Veyssier
Assistant
diff --git a/package.json b/package.json
index ef428151..e5fa2556 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "assistant",
- "version": "3.4.0",
+ "version": "3.4.1",
"description": "Nextcloud Assistant",
"main": "index.js",
"directories": {