diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9ab03785..5bf59387b 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.0-beta.2
+
+### Added
+
+- feat: Implement reference resolving for cards that have a link in the title @juliusknorr [#6286](https://github.com/nextcloud/deck/pull/6286)
+
+### Other
+
+- Remove old project from README @edent [#6658](https://github.com/nextcloud/deck/pull/6658)
+- devcontainer(image): Fix package path @niclasheinz [#6653](https://github.com/nextcloud/deck/pull/6653)
+- remove deprecated nextcloud-vue-collections @grnd-alt [#6664](https://github.com/nextcloud/deck/pull/6664)
+- fix: set cypress ci server version to stable31 @grnd-alt [#6705](https://github.com/nextcloud/deck/pull/6705)
+
## 1.15.0-beta.1
### Fixed
- fix: Catch not found card @juliusknorr [#6646](https://github.com/nextcloud/deck/pull/6646)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c07fd9866..c3b13dbe0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,7 +20,7 @@
- 🚀 Get your project organized
- 1.15.0-beta.1
+ 1.15.0-beta.2
agpl
Julius Härtl
Deck
diff --git a/package.json b/package.json
index 7ea1c49fc..214109776 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.15.0-beta.1",
+ "version": "1.15.0-beta.2",
"authors": [
{
"name": "Julius Härtl",
@@ -106,4 +106,4 @@
"/node_modules/jest-serializer-vue"
]
}
-}
+}
\ No newline at end of file