diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7812a32..b2ed72b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,33 @@ 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/).
+## [1.2.0] - 2025-06-03
+
+### Added
+- image generation tool (AI)
+- settings to dis/-able tools
+- HaRP-Support
+- added used tools to output so that Assistant can show them
+- document generation tools: text documents, spreadsheets and slides
+- Public transport tool using HERE API
+- Routing tool using OPenStreetMap
+- get file content tool (Files)
+- get folder tree tool (Files)
+- create a public share link tool (Files)
+- get mail accounts tool (Mail)
+- Web search tool using DuckDuckGo
+- OpenProject tools: list projects and create workpackage
+
+### Changed
+- use poetry instead of pip to manage dependencies
+- Mail tool doesn't need the account ID anymore, it can be obtained by another tool
+- calendar tools improved
+
+### Fixed
+- output when using Llama 3.1 fixed
+- context chat tool fixed
+
+
## [1.1.0] - 2025-02-25
### Added
diff --git a/Makefile b/Makefile
index fe321fc..ab4dafd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
APP_ID := context_agent
APP_NAME := Nextcloud Context Agent
-APP_VERSION := 1.1.0
+APP_VERSION := 1.2.0
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9081}"
diff --git a/REUSE.toml b/REUSE.toml
index 0c16e44..05222c5 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -16,3 +16,9 @@ path = "poetry.lock"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
+
+[[annotations]]
+path = ["l10n/**.js", "l10n/**.json", "translationfiles/**/context_agent.po"]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2025 Nextcloud GmbH and Nextcloud contributors"
+SPDX-License-Identifier = "AGPL-3.0-or-later"
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2c5cd77..82d9001 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
]]>
- 1.1.0
+ 1.2.0
MIT
Marcel Klehr
ContextAgent
@@ -44,7 +44,7 @@ Positive:
ghcr.io
nextcloud/context_agent
- 1.1.0
+ 1.2.0
diff --git a/test.env b/test.env
index be0ebda..e0a2b3e 100644
--- a/test.env
+++ b/test.env
@@ -6,6 +6,6 @@ APP_HOST=0.0.0.0
APP_ID=context_agent
APP_PORT=9081
APP_SECRET=12345
-APP_VERSION=1.0.0
+APP_VERSION=1.2.0
NEXTCLOUD_URL=http://localhost:8080
COMPUTE_DEVICE=CPU