diff --git a/CHANGELOG.md b/CHANGELOG.md
index 778eda8e..409b6fce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,14 @@ 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/).
+## [4.5.2] - 2026-07-27
+
+### Fixed
+
+- Fix on some instances EntityType not being found @lukasdotcom [#393](https://github.com/nextcloud/integration_openai/pull/393)
+- Fix: openrouter filters out non llm models by default @lukasdotcom [#404](https://github.com/nextcloud/integration_openai/pull/404)
+- Fix: mistral passes references when tool calls are used @lukasdotcom [#409](https://github.com/nextcloud/integration_openai/pull/409)
+
## [4.5.1] - 2026-05-22
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a8ff18bc..50f23b2f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -101,7 +101,7 @@ Negative:
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]>
- 4.5.1
+ 4.5.2
agpl
Julien Veyssier
OpenAi
diff --git a/package-lock.json b/package-lock.json
index fbc3e5b4..f3a89c19 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "integration_openai",
- "version": "4.5.1",
+ "version": "4.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "integration_openai",
- "version": "4.5.1",
+ "version": "4.5.2",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index 56fdf38d..5ae12602 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "integration_openai",
- "version": "4.5.1",
+ "version": "4.5.2",
"description": "OpenAI integration",
"main": "index.js",
"directories": {