diff --git a/CHANGELOG.md b/CHANGELOG.md index f2379f73dac9..15e3a2bba936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.0.239 (2024-04-27) + +## What's Changed +* feat(citations): system added by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2498 +* feat(frontend): add nb of knowledges per brain by @Zewed in https://github.com/QuivrHQ/quivr/pull/2502 +* docs: Update links in mint.json to add api by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2504 +* feat(docker): Update Dockerfile to install Supabase CLI by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2505 +* fix(frontend): fix some next errors by @Zewed in https://github.com/QuivrHQ/quivr/pull/2503 +* feat(frontend): show remaining credits by @Zewed in https://github.com/QuivrHQ/quivr/pull/2495 +* feat(embedding): keeping citations by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2506 +* fix(metadata): Removed citation from metadata by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2507 +* Add ci-migration script by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2508 +* Feat/migration ci 2 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2509 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.238...v0.0.239 + ## 0.0.238 (2024-04-25) ## What's Changed