diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5c2e7b3..bcb73f5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. -## 1.12.6 +## 1.12.7 + +### Fixed +* fix: Use new query builder by @backportbot in https://github.com/nextcloud/deck/pull/6613 +* Update TrelloJsonService.php by @backportbot in https://github.com/nextcloud/deck/pull/6644 +* fix(sharing): list accounts with matches in email by @backportbot in https://github.com/nextcloud/deck/pull/6526 +* fix: close modal after deleting card by @backportbot in https://github.com/nextcloud/deck/pull/6621 +* fix: two close buttons on card modal by @backportbot in https://github.com/nextcloud/deck/pull/6661 +* fix: Properly show attachment extension by @backportbot in https://github.com/nextcloud/deck/pull/6675 + +### Dependencies +* chore(deps): bump @nextcloud/vue from 8.21.0 to 8.22.0 by @dependabot in https://github.com/nextcloud/deck/pull/6633 + +**Full Changelog**: https://github.com/nextcloud/deck/compare/v1.12.6...v1.12.7 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 2e13a809f..1f916ef3a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.12.6 + 1.12.7 agpl Julius Härtl diff --git a/package-lock.json b/package-lock.json index f2f29fcc5..8d96ec484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck", - "version": "1.12.6", + "version": "1.12.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deck", - "version": "1.12.6", + "version": "1.12.7", "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", diff --git a/package.json b/package.json index da3923ca5..af7e5ab0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.12.6", + "version": "1.12.7", "authors": [ { "name": "Julius Härtl",