From 2074c838fcd3f96f8232108831f5f461996f97c2 Mon Sep 17 00:00:00 2001 From: Gerard Date: Tue, 27 Feb 2024 08:37:14 +0100 Subject: [PATCH] Update changelog for new version --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b88d5..3be8f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# Version 1.6.3 +# Version 1.6.4 + + - Update hash and timestamp after manually triggering import via cli. + - This will also force reset the lock if any errors occured during an earlier import. + +## Version 1.6.3 - Add `linkedFields` to fix inserting ordered items that might depend on each other. - Specifically fixes importing of flow operations, update the directus_config and add `linkedFields`.