From e15e10f8f190c30b1af9926d857122a7fb80c61e Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 1 Jul 2024 15:23:59 +0200 Subject: [PATCH] chore(main): release 0.0.278 (#2779) :robot: I have created a release *beep* *boop* --- ## 0.0.278 (2024-07-01) ## What's Changed * chore: Add GitHub Actions workflow for testing and building Docker image by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2778 * chore: Update flashrank npm dependency to version 0.2.5 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2781 * feat(frontend): disabled searchBar if no remaining credits or no brain selected by @Zewed in https://github.com/QuivrHQ/quivr/pull/2788 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.277...v0.0.278 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c88a23a..572cddc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.0.278 (2024-07-01) + +## What's Changed +* chore: Add GitHub Actions workflow for testing and building Docker image by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2778 +* chore: Update flashrank npm dependency to version 0.2.5 by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2781 +* feat(frontend): disabled searchBar if no remaining credits or no brain selected by @Zewed in https://github.com/QuivrHQ/quivr/pull/2788 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.277...v0.0.278 + ## 0.0.277 (2024-06-27) ## What's Changed