diff --git a/CHANGELOG.md b/CHANGELOG.md
index dae6e26de..6fb3fb2bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.13.5
+### Fixed
+* [stable29] fix: design review issues by @backportbot in https://github.com/nextcloud/deck/pull/6857
+
+### Maintenance
+* chore(deps-dev): bump @nextcloud/cypress from 1.0.0-beta.13 to 1.0.0-beta.14 by @dependabot in https://github.com/nextcloud/deck/pull/6783
+* chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 by @dependabot in https://github.com/nextcloud/deck/pull/6782
+* [stable29] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/deck/pull/6790
+* chore(deps): bump @nextcloud/vue from 8.22.0 to 8.23.1 by @dependabot in https://github.com/nextcloud/deck/pull/6753
+* chore(deps): bump @nextcloud/event-bus from 3.3.1 to 3.3.2 by @dependabot in https://github.com/nextcloud/deck/pull/6810
+* [stable29] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/deck/pull/6824
+* Chore(deps): Bump @babel/runtime from 7.26.9 to 7.26.10 by @dependabot in https://github.com/nextcloud/deck/pull/6834
+* [stable29] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/deck/pull/6852
+
## 1.13.4
### Fixed
- fix: skip exporting a deleted card #6721
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2c3c9a32b..1e66f7fd4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.13.4
+ 1.13.5
agpl
Julius Härtl
diff --git a/package-lock.json b/package-lock.json
index fbee24c3a..ed624c249 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "deck",
- "version": "1.13.4",
+ "version": "1.13.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "deck",
- "version": "1.13.4",
+ "version": "1.13.5",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",
diff --git a/package.json b/package.json
index 27b191367..f73902a14 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.13.4",
+ "version": "1.13.5",
"authors": [
{
"name": "Julius Härtl",