From bce96e3875fde60f7281be1274380b3fc83460ea Mon Sep 17 00:00:00 2001 From: Muninn Date: Sun, 26 Jan 2025 13:45:46 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0354e57..f2a9f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2025-01-26 + +### Improvements +- If you open the jwt verify of admin api, it now ignore the reqest come from internal network +- Improve the docker compose tutorial, comment the twitter and tg entrypoint service by default + +### Break Changes +- The new docker-compose.yml change the service name, add "intent-" prefix to all services + ## 2025-01-25 ### New Features