From fda5ce7ddede8da8ae88307e02c0735e383f9510 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:46:51 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c139319a0..b353ee19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added support for a copy-to-clipboard action in the alert dialog component +- Added rate limiting to the endpoints for authentication and user sign up +- Added support for the `TRUST_PROXY` environment variable to determine the client IP address for rate limiting when running behind a reverse proxy ### Changed