From cac5befc96b38a663d4bbdb2b22410afbbbff372 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Sat, 6 Apr 2024 19:35:14 -0700 Subject: [PATCH] chore(main): release 0.0.228 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab744e68f6b1..bd80a02f443d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.0.228 (2024-04-07) + +## What's Changed +* fix(frontend): phone display issues by @Zewed in https://github.com/QuivrHQ/quivr/pull/2386 +* Patch 1 by @llwp in https://github.com/QuivrHQ/quivr/pull/2388 +* fix: typo in README.md by @bolens in https://github.com/QuivrHQ/quivr/pull/2391 +* feat(ingestion): Add ingestion module and routes by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2393 +* feat: Add seed ingestions to supabase migrations by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2399 +* feat: Add url_required field to IngestionEntity by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2400 +* Feat: Bibtex file uploads by @colesnic in https://github.com/QuivrHQ/quivr/pull/2398 +* fix: logger level and telemetry function calls by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2409 +* fix: Add integration brain to subscription route by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2410 + +## New Contributors +* @llwp made their first contribution in https://github.com/QuivrHQ/quivr/pull/2388 +* @bolens made their first contribution in https://github.com/QuivrHQ/quivr/pull/2391 +* @colesnic made their first contribution in https://github.com/QuivrHQ/quivr/pull/2398 + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.227...v0.0.228 + ## 0.0.227 (2024-03-28) ## What's Changed