Meta files for new release.

This commit is contained in:
James Cole
2021-12-19 08:47:37 +01:00
parent 179b86c3ba
commit 181e088ad5
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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,