From 9f2a7ac80b932c1dc7b15242d3089d6110937ab3 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 21 May 2024 11:37:00 +0200 Subject: [PATCH] chore(main): release 0.0.253 (#2590) :robot: I have created a release *beep* *boop* --- ## 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 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27901e9dc544..8cc6d08d109f 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