diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad35beb2a..141b96ed2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.12.5
+
+### Fixed
+
+- fix: Load archived card if URL is opened directly #6324
+- use deleted_users for users that do not exist #6203
+- fix: losing focus while editing title field #6163
+- copy labels when moving cards between boards #6287
+
+### Maintenance
+
+- Fix npm audit #6305
+- Fix npm audit #6255
+- Fix npm audit #6199
+- Fix npm audit #6178
+- Update nextcloud/ocp dependency #6302
+- Update nextcloud/ocp dependency #6111
+
+### Other
+
+- Completed card button wording change #6183
+
## 1.12.4
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a4403d92b..429cb6185 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
- 1.12.4
+ 1.12.5
agpl
Julius Härtl
diff --git a/package-lock.json b/package-lock.json
index b75bc551e..fa07c1933 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "deck",
- "version": "1.12.4",
+ "version": "1.12.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "deck",
- "version": "1.12.4",
+ "version": "1.12.5",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",
diff --git a/package.json b/package.json
index 0fb18ff43..6adea9db0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.12.4",
+ "version": "1.12.5",
"authors": [
{
"name": "Julius Härtl",
@@ -106,4 +106,4 @@
"/node_modules/jest-serializer-vue"
]
}
-}
\ No newline at end of file
+}