From f0f2b3da4b7f53ced5f16dbe39f7c9fd6263ef04 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Tue, 2 Aug 2022 07:36:45 -0500 Subject: [PATCH] update changelog for release v0.6.5-beta [no ci] --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3aaf24f8..eead44251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [0.6.5-beta] - 2022-08-02 ### Fixed -- Fix database initializer; fresh installs with v0.6.4-beta are missing some config data +- Fix database initializer; fresh installs with v0.6.4-beta are missing some config data and should upgrade ## [0.6.4-beta] - 2022-07-28 ### Fixed @@ -1278,7 +1280,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Initial release to facilitate testing outside of Docker. -[Unreleased]: https://github.com/jasongdove/ErsatzTV/compare/v0.6.4-beta...HEAD +[Unreleased]: https://github.com/jasongdove/ErsatzTV/compare/v0.6.5-beta...HEAD +[0.6.5-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.6.4-beta...v0.6.5-beta [0.6.4-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.6.3-beta...v0.6.4-beta [0.6.3-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.6.2-beta...v0.6.3-beta [0.6.2-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.6.1-beta...v0.6.2-beta