diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ec1f59..8c4a78e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,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/).
+## [1.2.1 - 2025-12-07]
+
+### Added
+
+- Nextcloud 33 support.
+
## [1.2.0 - 2025-05-20]
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3173fab..02e3cda 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,7 +24,7 @@ This app provides an easy way to install the Windmill based Business Process Aut
**Requires [`AppAPI`](https://github.com/nextcloud/app_api) and `webhook_listeners` to be enabled to work.**
]]>
- 1.2.0
+ 1.2.1
agpl
Julien Veyssier
Marcel Klehr
@@ -39,7 +39,7 @@ This app provides an easy way to install the Windmill based Business Process Aut
https://raw.githubusercontent.com/nextcloud/flow/main/screenshots/flow_2.png
https://raw.githubusercontent.com/nextcloud/flow/main/screenshots/flow_3.png
-
+
diff --git a/requirements.txt b/requirements.txt
index ccef928..aa2bee7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-nc_py_api[app]>=0.19.2
+nc_py_api[app]==0.20.2