From 98c559e1ce9bff95a8dfce1dc73e692a39a3cbfc Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 13 May 2025 19:45:34 -0300 Subject: [PATCH] chore(changelog): add entry for API key sharing and flexible authentication in version 0.0.9 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd017f10..95abcbb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.9] - 2025-05-13 +### Added + +- Add API key sharing and flexible authentication for chat routes + ### Changed - Enhance user authentication with detailed error handling