chore(release): Bump version to 1.12.2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2024-02-14 17:04:15 +01:00
Родитель 52ae8b0261
Коммит 98391cf3de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
3 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.12.2
### Fixed
- fix(done): Mark card as undone when updating card [#5492](https://github.com/nextcloud/deck/pull/5492)
- fix(activity): Fix permission checks when rendering activities in bac… @backportbot[bot] [#5543](https://github.com/nextcloud/deck/pull/5543)
- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @backportbot[bot] [#5546](https://github.com/nextcloud/deck/pull/5546)
- fix: Safeguard sync requests to hopefully not spam then server @backportbot[bot] [#5593](https://github.com/nextcloud/deck/pull/5593)
- fix: card move dialog auto close @backportbot[bot] [#5596](https://github.com/nextcloud/deck/pull/5596)
### Other
- fix(i18n): Improved wording [#5497](https://github.com/nextcloud/deck/pull/5497)
## 1.12.1
### Fixed

Просмотреть файл

@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.12.1</version>
<version>1.12.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.12.1",
"version": "1.12.2",
"authors": [
{
"name": "Julius Härtl",