From 2271d5497becc30f8cf689715d115fb36d0abc8a Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:03:56 -0500 Subject: [PATCH] prep for release v25.2.0 [no ci] --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9476b853d..725b2b381 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] + +## [25.2.0] - 2025-06-24 ### Added - Add `linux-musl-x64` artifact for users running Alpine x64 - Add API endpoint to empty trash (POST to `/api/maintenance/empty_trash`) @@ -2251,7 +2253,9 @@ 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/ErsatzTV/compare/v0.8.8-beta...HEAD +[Unreleased]: https://github.com/ErsatzTV/ErsatzTV/compare/v25.2.0...HEAD +[25.2.0]: https://github.com/ErsatzTV/ErsatzTV/compare/v25.1.0...v25.2.0 +[25.1.0]: https://github.com/ErsatzTV/ErsatzTV/compare/v0.8.8-beta...v25.1.0 [0.8.8-beta]: https://github.com/ErsatzTV/ErsatzTV/compare/v0.8.7-beta...v0.8.8-beta [0.8.7-beta]: https://github.com/ErsatzTV/ErsatzTV/compare/v0.8.6-beta...v0.8.7-beta [0.8.6-beta]: https://github.com/ErsatzTV/ErsatzTV/compare/v0.8.5-beta...v0.8.6-beta