From 5908dfd72560a0598d5b5c929ac67a323d8f2b62 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 11 Jun 2024 11:03:00 +0200 Subject: [PATCH] chore(main): release 0.0.260 (#2636) :robot: I have created a release *beep* *boop* --- ## 0.0.260 (2024-06-11) ## What's Changed * feat: Add extra_hosts configuration to docker-compose.dev.yml by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2635 * fix: sync creation fixed by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2637 * chore: Set default value for "last_synced" column in "syncs_active" table to '2024-06-01 15:30:25+00' by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2638 * fix: integrations by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2642 * feat(frontend): sharepoint and gdrive integration by @Zewed in https://github.com/QuivrHQ/quivr/pull/2643 * fix(frontend): display bug on add knowledge by @Zewed in https://github.com/QuivrHQ/quivr/pull/2644 * fix: files_metadata by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2645 * fix(google): auth is now in state by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2647 * fix(frontend): add brain modal integration doestn t work by @Zewed in https://github.com/QuivrHQ/quivr/pull/2649 * fix(frontend): tooltip on folder line by @Zewed in https://github.com/QuivrHQ/quivr/pull/2650 * feat: telemetry improved by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2651 * feat: Add force_sync option to SyncsActiveUpdateInput by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2652 * Update license to include enterprise features by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2653 * fix(frontend): onboarding bug by @Zewed in https://github.com/QuivrHQ/quivr/pull/2655 * Update README.md by @ferozemohideen in https://github.com/QuivrHQ/quivr/pull/2656 ## New Contributors * @ferozemohideen made their first contribution in https://github.com/QuivrHQ/quivr/pull/2656 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.259...v0.0.260 --- 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 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b764654f1..53d9ba929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 0.0.260 (2024-06-11) + +## What's Changed +* feat: Add extra_hosts configuration to docker-compose.dev.yml by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2635 +* fix: sync creation fixed by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2637 +* chore: Set default value for "last_synced" column in "syncs_active" table to '2024-06-01 15:30:25+00' by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2638 +* fix: integrations by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2642 +* feat(frontend): sharepoint and gdrive integration by @Zewed in https://github.com/QuivrHQ/quivr/pull/2643 +* fix(frontend): display bug on add knowledge by @Zewed in https://github.com/QuivrHQ/quivr/pull/2644 +* fix: files_metadata by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2645 +* fix(google): auth is now in state by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2647 +* fix(frontend): add brain modal integration doestn t work by @Zewed in https://github.com/QuivrHQ/quivr/pull/2649 +* fix(frontend): tooltip on folder line by @Zewed in https://github.com/QuivrHQ/quivr/pull/2650 +* feat: telemetry improved by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2651 +* feat: Add force_sync option to SyncsActiveUpdateInput by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2652 +* Update license to include enterprise features by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2653 +* fix(frontend): onboarding bug by @Zewed in https://github.com/QuivrHQ/quivr/pull/2655 +* Update README.md by @ferozemohideen in https://github.com/QuivrHQ/quivr/pull/2656 + +## New Contributors +* @ferozemohideen made their first contribution in https://github.com/QuivrHQ/quivr/pull/2656 + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.259...v0.0.260 + ## 0.0.259 (2024-06-04) ## What's Changed