diff --git a/CHANGELOG.md b/CHANGELOG.md index 27901e9dc..8cc6d08d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.0.253 (2024-05-14) + +## What's Changed +* fix(frontend): Implement persistent dark mode setting and & Implement persistent dark mode setting by @elazarnaaman in https://github.com/QuivrHQ/quivr/pull/2423 +* fix(frontend): hover effect on profile Button by @Zewed in https://github.com/QuivrHQ/quivr/pull/2587 +* fix(frontend): user invite UI on Mobile by @Zewed in https://github.com/QuivrHQ/quivr/pull/2586 +* feat: Update ChatLiteLLM model and add RLS optimization for notifications by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2591 + +## New Contributors +* @elazarnaaman made their first contribution in https://github.com/QuivrHQ/quivr/pull/2423 + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.252...v0.0.253 + ## 0.0.252 (2024-05-13) ## What's Changed