diff --git a/CHANGELOG.md b/CHANGELOG.md
index b91b214b..778eda8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@ 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.1] - 2026-05-22
+
+### Fixed
+
+- Throw UnknownNotificationException on Notifier @lukasdotcom [#376](https://github.com/nextcloud/integration_openai/pull/376)
+
## [4.5.0] - 2026-05-21
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 32de022b..a8ff18bc 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.0
+ 4.5.1
agpl
Julien Veyssier
OpenAi
diff --git a/package-lock.json b/package-lock.json
index f56f14e5..fbc3e5b4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "integration_openai",
- "version": "4.5.0",
+ "version": "4.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "integration_openai",
- "version": "4.5.0",
+ "version": "4.5.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index eeee0786..56fdf38d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "integration_openai",
- "version": "4.5.0",
+ "version": "4.5.1",
"description": "OpenAI integration",
"main": "index.js",
"directories": {