diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f862428f..6ababba12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.0.64 (2023-08-30) + +## What's Changed +* feat: add prompt trigger through # by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1023 +* feat: add headless question tracking by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1051 +* feat: update header and remove prompt / brain on backspace by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1052 +* feat: handle new chat button click by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1054 +* feat: add name missing error in new brain modal by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1055 +* feat: validate api key before saving by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1057 +* feat: track prompt and brain changes by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1058 +* feat(chat): update chat input placeholder by @gozineb in https://github.com/StanGirard/quivr/pull/1060 +* fix(invitationPage): avoid multiple re-rendering by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1062 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.63...v0.0.64 + ## 0.0.63 (2023-08-27) ## What's Changed