From e9e55f8091a6ddfbc45a5b974722bfe3dcf77c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 18 Nov 2022 16:27:25 +0100 Subject: [PATCH] Bump version to 1.6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7397502a..950f59a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.6.5 + +### Fixed + +- minor style fixes [#4203](https://github.com/nextcloud/deck/pull/4203) +- Add integration test for attachment handling on cards [#4177](https://github.com/nextcloud/deck/pull/4177) +- feat: add validators to check values in services @juliushaertl [#4175](https://github.com/nextcloud/deck/pull/4175) +- disables autocomplete on card creation @juliushaertl [#4183](https://github.com/nextcloud/deck/pull/4183) + ## 1.6.4 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index d80189227..3ebbecbee 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.6.4 + 1.6.5 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 9cfe0dc8d..bc3e998cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.6.4", + "version": "1.6.5", "authors": [ { "name": "Julius Härtl", @@ -97,4 +97,4 @@ "/node_modules/jest-serializer-vue" ] } -} +} \ No newline at end of file