From cd9d9fc33aad4fb2d034be93fe900082ec6a2567 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Wed, 19 Jun 2024 14:38:44 +0200 Subject: [PATCH] chore(main): release 0.0.268 (#2682) :robot: I have created a release *beep* *boop* --- ## 0.0.268 (2024-06-18) ## What's Changed * fix(frontend): rephrase unpaid to free by @Zewed in https://github.com/QuivrHQ/quivr/pull/2679 * feat(frontend): set from connections by default in knowledge to feed by @Zewed in https://github.com/QuivrHQ/quivr/pull/2680 * feat(frontend): rephrase from Url to from Website's page by @Zewed in https://github.com/QuivrHQ/quivr/pull/2683 * feat(frontend): new chat interface by @Zewed in https://github.com/QuivrHQ/quivr/pull/2687 * fix(frontend): next step impossible if no knowledge when creating brain if no onboarded by @Zewed in https://github.com/QuivrHQ/quivr/pull/2688 * feat(turbopack): Implement turbo pack compiler by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2685 * fix(frontend): rephrase thoughts button title by @Zewed in https://github.com/QuivrHQ/quivr/pull/2689 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.267...v0.0.268 --- 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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e5a4b53..03f136e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.0.268 (2024-06-18) + +## What's Changed +* fix(frontend): rephrase unpaid to free by @Zewed in https://github.com/QuivrHQ/quivr/pull/2679 +* feat(frontend): set from connections by default in knowledge to feed by @Zewed in https://github.com/QuivrHQ/quivr/pull/2680 +* feat(frontend): rephrase from Url to from Website's page by @Zewed in https://github.com/QuivrHQ/quivr/pull/2683 +* feat(frontend): new chat interface by @Zewed in https://github.com/QuivrHQ/quivr/pull/2687 +* fix(frontend): next step impossible if no knowledge when creating brain if no onboarded by @Zewed in https://github.com/QuivrHQ/quivr/pull/2688 +* feat(turbopack): Implement turbo pack compiler by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2685 +* fix(frontend): rephrase thoughts button title by @Zewed in https://github.com/QuivrHQ/quivr/pull/2689 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.267...v0.0.268 + ## 0.0.267 (2024-06-14) ## What's Changed