From 2223a12335dad1e164d8a22dc6d32dafda60a3a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Jul 2025 08:58:03 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3d825bc..975f2e9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. ### 🐛 Bug Fixes +- *(scheduling)* Change redis cleanup command frequency from hourly to weekly for better resource management + +## [4.0.0-beta.420.4] - 2025-07-08 + +### 🐛 Bug Fixes + - *(service)* Update Postiz compose configuration for improved server availability - *(install.sh)* Use IPV4_PUBLIC_IP variable in output instead of repeated curl - *(env)* Generate literal env variables better @@ -20,6 +26,10 @@ All notable changes to this project will be documented in this file. - *(previews)* Streamline preview URL generation by utilizing application method - *(application)* Adjust layout and spacing in general application view for improved UI +### 📚 Documentation + +- Update changelog + ## [4.0.0-beta.420.3] - 2025-07-03 ### 📚 Documentation