diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8fa853a5..0c01c69c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 0.18.0 - 2026-06-22
+
+### Added
+- Repeating Tasks #34
+- Task duplication #264
+
+### Changed
+- Updated translations
+- Updated dependencies
+
+### Fixed
+- Use proper trailing button icon for textfields #3053
+- Keep note rendering consistent with editor #3066
+- Set position sticky for header bar #3105
+- add DOMPurify and limit note render size #3132
+
## 0.17.1 - 2025-11-09
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d3c02195e..49cdbccaa 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Tasks
The Tasks app for Nextcloud
- 0.17.1
+ 0.18.0
agpl
Raimund Schlüßler
Tasks
diff --git a/package-lock.json b/package-lock.json
index 18352ebb5..a69d3c9ee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tasks",
- "version": "0.17.1",
+ "version": "0.18.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tasks",
- "version": "0.17.1",
+ "version": "0.18.0",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/axios": "^2.6.0",
diff --git a/package.json b/package.json
index d70374e12..4d78b9d16 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.17.1",
+ "version": "0.18.0",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"