From 62f9b5bed24c4f278cf0278645dba5b6643775dc Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 10 May 2024 13:43:14 +0200 Subject: [PATCH] chore(main): release 0.0.250 (#2567) :robot: I have created a release *beep* *boop* --- ## 0.0.250 (2024-05-10) ## What's Changed * feat(gpt4): Add search functionality by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2566 * [ImgBot] Optimize images by @imgbot in https://github.com/QuivrHQ/quivr/pull/2568 * feat(gpt4): image generation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2569 * fix(front): Add NEXT_PUBLIC_AUTH_MODES to .env.example by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2570 * fix: NEXT_PUBLIC_AUTH_MODES in docker-compose.yml by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2572 * docs: Add Supabase configuration documentation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2574 * docs(gpt4): Update GPT-4 Documentation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2573 * chore: tools by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2575 * feat(brave-search): Update GPT4Brain tools and add WebSearchTool by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2576 ## New Contributors * @imgbot made their first contribution in https://github.com/QuivrHQ/quivr/pull/2568 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.249...v0.0.250 --- 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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63d1c27705..95e6e1050e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.0.250 (2024-05-10) + +## What's Changed +* feat(gpt4): Add search functionality by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2566 +* [ImgBot] Optimize images by @imgbot in https://github.com/QuivrHQ/quivr/pull/2568 +* feat(gpt4): image generation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2569 +* fix(front): Add NEXT_PUBLIC_AUTH_MODES to .env.example by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2570 +* fix: NEXT_PUBLIC_AUTH_MODES in docker-compose.yml by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2572 +* docs: Add Supabase configuration documentation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2574 +* docs(gpt4): Update GPT-4 Documentation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2573 +* chore: tools by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2575 +* feat(brave-search): Update GPT4Brain tools and add WebSearchTool by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2576 + +## New Contributors +* @imgbot made their first contribution in https://github.com/QuivrHQ/quivr/pull/2568 + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.249...v0.0.250 + ## 0.0.249 (2024-05-08) ## What's Changed