diff --git a/CHANGELOG.md b/CHANGELOG.md
index 513a9b05..d052d3bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,13 @@ 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/).
+## 3.10.2 - 2026-07-27
+
+### Fixed
+- Fix on some instances EntityType not being found @lukasdotcom [#393](https://github.com/nextcloud/integration_openai/pull/393)
+- Fix: mistral passes references when tool calls are used @lukasdotcom [#409](https://github.com/nextcloud/integration_openai/pull/409)
+- fix: openrouter filters out non llm models by default @lukasdotcom [#404](https://github.com/nextcloud/integration_openai/pull/404)
+
## 3.10.1 - 2026-02-26
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 53540782..e624b326 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/).
]]>
- 3.10.1
+ 3.10.2
agpl
Julien Veyssier
OpenAi
diff --git a/package-lock.json b/package-lock.json
index 70963871..d784fd85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "integration_openai",
- "version": "3.10.1",
+ "version": "3.10.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "integration_openai",
- "version": "3.10.1",
+ "version": "3.10.2",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index 95439cb1..c2117626 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "integration_openai",
- "version": "3.10.1",
+ "version": "3.10.2",
"description": "OpenAI integration",
"main": "index.js",
"directories": {