diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d9cc6316..af588cb20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+# 1.15.2
+### Fixed
+* [stable31] fix: update DeleteCron to remove deleted lists by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7029
+* [stable31] fix: not show Share with a Deck card for unauthorized users by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7061
+* [stable31] fix: unstable cypress test by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7063
+* [stable31] fix: add retry and show warning on description saving error by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7091
+* [stable31] fix: styling for new stack input field by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7113
+* [stable31] fix:allow foreign label deletion by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7130
+* [stable31] fix: acl check when delete, update board acl by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7132
+
+### Improvements
+* [stable31] perf: don't enrich cards when finding calendar entries by @backportbot[bot] in https://github.com/nextcloud/deck/pull/6959
+
## 1.15.1
### Fixed
* [stable31] fix: Properly show attachment extension by @backportbot in https://github.com/nextcloud/deck/pull/6701
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 51dd2f9f7..05e1189ed 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,7 +20,7 @@
- 🚀 Get your project organized
- 1.15.1
+ 1.15.2
agpl
Julius Härtl
Deck
diff --git a/package-lock.json b/package-lock.json
index cc87147a8..13cbb3d38 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "deck",
- "version": "1.15.1",
+ "version": "1.15.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "deck",
- "version": "1.15.1",
+ "version": "1.15.2",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",
diff --git a/package.json b/package.json
index f83cbd85e..414641cc1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.15.1",
+ "version": "1.15.2",
"authors": [
{
"name": "Julius Härtl",