From 387b677a606d91cbe56dd90c3e4410f08dce5e87 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 9 Jun 2025 00:29:26 +0200 Subject: [PATCH] update changelog for release --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7734d21..d2d2edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ Template: # Upcoming Release +# v0.3.0 + ## New Features - Add option to add extra args to hledger command. @@ -28,6 +30,16 @@ Template: - Home Assistant config gets correctly generated with secrets even if LDAP integration is not enabled. +- Fix Jellyfin SSO plugin which was left badly configured + after a code refactoring. + +## Other Changes + +- Add a lot of playwright tests for services. +- Add service implementation manual page to document + how to integrate a service in SHB. +- Add `update-redirects` command to manage the `redirect.json` page. +- Add home-assistant manual. # v0.2.10 diff --git a/VERSION b/VERSION index d156ab4..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.10 \ No newline at end of file +0.3.0 \ No newline at end of file