From 181e088ad56e49536b4319197f9bd70257995ef8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Dec 2021 08:47:37 +0100 Subject: [PATCH] Meta files for new release. --- changelog.md | 5 +++++ config/firefly.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e274cb470b..586d951484 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 5.6.8 - 2021-12-19 + +### Fixed +- Account validation was broken in some edge cases, making it impossible to edit transactions. + ## 5.6.7 - 2021-12-19 ### Changed diff --git a/config/firefly.php b/config/firefly.php index 78992acc9e..4359b222a6 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -101,7 +101,7 @@ return [ 'webhooks' => true, 'handle_debts' => true, ], - 'version' => '5.6.7', + 'version' => '5.6.8', 'api_version' => '1.5.5', 'db_version' => 18,