diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0e85e222..22e8d8f28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.17.0
+## 0.17.0 - 2025-10-22
### Added
- Allow to add reminders #154
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 70fe23063..8af8333ee 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Tasks
The Tasks app for Nextcloud
- 0.17.0-alpha.0
+ 0.17.0
agpl
Raimund Schlüßler
Tasks
diff --git a/package-lock.json b/package-lock.json
index 40ca3bff9..c91d664e2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tasks",
- "version": "0.17.0-alpha.0",
+ "version": "0.17.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tasks",
- "version": "0.17.0-alpha.0",
+ "version": "0.17.0",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/axios": "^2.5.2",
diff --git a/package.json b/package.json
index 811ab69d7..bcafc1e77 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.17.0-alpha.0",
+ "version": "0.17.0",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"