From 85d731bb9020bcb7f2115b7215e4ceb4a7586456 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 5 Sep 2023 12:44:16 +0200 Subject: [PATCH] chore(main): release 0.0.67 (#1102) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de6f0796..b935beeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.0.67 (2023-09-05) + +## What's Changed +* feat: add FeedBrainInput component by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1101 +* feat: add component in chat page by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1103 +* 🚑 fix feature flags -> add it back to context by @gozineb in https://github.com/StanGirard/quivr/pull/1106 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.66...v0.0.67 + ## 0.0.66 (2023-09-04) ## What's Changed