From bc084515676db8a5f585ea7e1da8f9c7336ae6f0 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 23 May 2024 10:36:45 +0200 Subject: [PATCH] chore(main): release 0.0.255 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5efa62b64a..7773bfa6c5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.0.255 (2024-05-23) + +## What's Changed +* feat: Add Google Drive & Sharepoint sync in backend by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2592 +* Revert "feat: Add Google Drive & Sharepoint sync in backend" by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2603 +* Feat/auth-playground by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2605 +* feat: add init to create packages by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2606 +* Add additional modules to celery.autodiscover_tasks() by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2607 +* Feat/celery import by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2608 +* feat: self-reflect brain by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2610 +* feat: ragas improved testing by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2611 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.254...v0.0.255 + ## 0.0.254 (2024-05-21) ## What's Changed