From 0b44ad47095c1db80c28137edc280947c66ee456 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:16:48 -0500 Subject: [PATCH] prep for release v26.6.0 [no ci] --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe7487b0..366b1e308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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] + +## [26.6.0] - 2026-07-09 ### Added - Add channel config overlay system for Next engine - The channel config schema can be found at https://github.com/ErsatzTV/next/blob/main/schema/channel_config.json @@ -3260,7 +3262,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/ErsatzTV/legacy/compare/v26.5.1...HEAD +[Unreleased]: https://github.com/ErsatzTV/legacy/compare/v26.6.0...HEAD +[26.6.0]: https://github.com/ErsatzTV/legacy/compare/v26.5.1...v26.6.0 [26.5.1]: https://github.com/ErsatzTV/legacy/compare/v26.5.0...v26.5.1 [26.5.0]: https://github.com/ErsatzTV/legacy/compare/v26.4.0...v26.5.0 [26.4.0]: https://github.com/ErsatzTV/legacy/compare/v26.3.0...v26.4.0