From d257a059dacedee1815b4c4b89839a2035696918 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 7 Sep 2023 17:24:21 +0200 Subject: [PATCH] chore(main): release 0.0.69 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63e6a5a44d6..030e476615de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.69 (2023-09-07) + +## What's Changed +* feat: add multiple upload and crawl in parallel by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1118 +* feat: allow user to chat while feed process is pending by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1120 +* feat: add notifications table, and push notification on upload and crawl by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1125 +* feat: merge chat history with chat notifications by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1127 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.68...v0.0.69 + ## 0.0.68 (2023-09-06) ## What's Changed