diff --git a/app/Events/ActuallyLoggedIn.php b/app/Events/ActuallyLoggedIn.php
index bf5528dcc2..557dad3b38 100644
--- a/app/Events/ActuallyLoggedIn.php
+++ b/app/Events/ActuallyLoggedIn.php
@@ -21,25 +21,6 @@
*/
declare(strict_types=1);
-/*
- * ActuallyLoggedIn.php
- * Copyright (c) 2021 james@firefly-iii.org
- *
- * This file is part of Firefly III (https://github.com/firefly-iii).
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
- */
namespace FireflyIII\Events;
diff --git a/changelog.md b/changelog.md
index 586d951484..b0af176d17 100644
--- a/changelog.md
+++ b/changelog.md
@@ -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
diff --git a/config/firefly.php b/config/firefly.php
index 2bf715bfba..c82c4742f4 100644
--- a/config/firefly.php
+++ b/config/firefly.php
@@ -101,7 +101,7 @@ return [
'webhooks' => true,
'handle_debts' => true,
],
- 'version' => '5.6.8',
+ 'version' => '5.6.9',
'api_version' => '1.5.5',
'db_version' => 18,
diff --git a/config/twigbridge.php b/config/twigbridge.php
index e30bfb2a22..ec2f5bceb6 100644
--- a/config/twigbridge.php
+++ b/config/twigbridge.php
@@ -1,4 +1,5 @@
SPA
based on the excellent Quasar Framework platform.
+ Your comments, ideas and feedback will not be lost.
diff --git a/sonar-project.properties b/sonar-project.properties
index f186e236a2..9be2b2c230 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -12,6 +12,6 @@ sonar.organization=firefly-iii
#sonar.sourceEncoding=UTF-8
-sonar.projectVersion=5.6.5
+sonar.projectVersion=5.6.9
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests,frontend/src/components,frontend/src/pages
sonar.sourceEncoding=UTF-8