diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bc978037..2c3f9f098 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+## 0.15.0 - 2023-05-16
+
+This version of Tasks is only compatible with Nextcloud server 25 and newer.
+
+### Added
+- Adjust style for Nextcloud 25 and above #2166 #2168
+- Use `NcTextField` for task create input, show submit button on the right #2226
+
+### Changed
+- Adjust task list sharing interface #2219
+- Sort tasks by priority before sorting alphabetically #2210
+- Migrate from `NcMultiselect` to `NcSelect` #2193 #2197 #2217
+- Code cleanup #2192 #2218 #2254
+
+### Fixed
+- Fix closing tag list after selection #1796
+- Don't occlude sort order dropdown by sidebar #2227
+- Correctly import `NcProgressBar` #2187
+- Fix Tasks icon color in Dashboard widget #2186
+- Fix markdown checkbox style #2206
+- Show notes equally in editing and preview mode #2209
+- Fix inconsistent property `X-ALT-DESC` #2240
+- Fix TaskStatusDisplay #2256
+
## 0.14.5 - 2022-10-19
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4f9b43908..773ebf2a2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Tasks
The Tasks app for Nextcloud
- 0.14.5
+ 0.15.0
agpl
Raimund Schlüßler
Tasks
diff --git a/package-lock.json b/package-lock.json
index ef55e215f..d52da4755 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tasks",
- "version": "0.14.5",
+ "version": "0.15.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tasks",
- "version": "0.14.5",
+ "version": "0.15.0",
"license": "AGPLv3",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index c4ef79179..a7e0eb58d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.14.5",
+ "version": "0.15.0",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"