Update meta files for new release.

This commit is contained in:
James Cole
2022-01-02 07:49:40 +01:00
parent f4439778f1
commit fce759e98f
6 changed files with 25 additions and 21 deletions

View File

@@ -2,6 +2,27 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 5.6.9 - 2022-01-02
### Added
- Debug form has the build number and date, if available.
### Deprecated
- The "v2" layout comes with a warning.
### Fixed
- Public/private key pair restore had some edge cases.
- [Issue 5464](https://github.com/firefly-iii/firefly-iii/issues/5464) Backwards incompatible change in minor upgrade of Twigbridge broke breadcrumbs.
- Overlapping `date()` function would crash Firefly III
- [Issue 5458](https://github.com/firefly-iii/firefly-iii/issues/5458) Firefly III would create an opposing account of the wrong type.
### Security
- Initial release.
### API
- Initial release
## 5.6.8 - 2021-12-19
### Fixed