diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9ea5f16f..0d9cc6316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.15.1
+### Fixed
+* [stable31] fix: Properly show attachment extension by @backportbot in https://github.com/nextcloud/deck/pull/6701
+* [stable31] Clear selected stack when selected board changed by @backportbot in https://github.com/nextcloud/deck/pull/6915
+* [stable31] fix: Use strings as rich object ids by @backportbot in https://github.com/nextcloud/deck/pull/6951
+* [stable31] fix: Limit label actions to labels of the cards board by @backportbot in https://github.com/nextcloud/deck/pull/6954
+* [stable31] fix: only delete assignments on unshared board by @grnd-alt in https://github.com/nextcloud/deck/pull/6934
+
+### Improvements
+* [stable31] perf: Skip doing a query just to check if a board is deleted by @backportbot in https://github.com/nextcloud/deck/pull/6894
+
## 1.15.0
### Fixed
- Fix: Adapt URLs generated in the backend to new routes #6743
diff --git a/appinfo/info.xml b/appinfo/info.xml
index edbcc5ce9..51dd2f9f7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,7 +20,7 @@
- 🚀 Get your project organized
- 1.15.0
+ 1.15.1
agpl
Julius Härtl
Deck
diff --git a/package-lock.json b/package-lock.json
index b554908c0..8b6704e33 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "deck",
- "version": "1.15.0",
+ "version": "1.15.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "deck",
- "version": "1.15.0",
+ "version": "1.15.1",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",
diff --git a/package.json b/package.json
index 1aa83c55d..f83cbd85e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.15.0",
+ "version": "1.15.1",
"authors": [
{
"name": "Julius Härtl",