From ad83d7a927fb4eec5da4ae7f4ca5e9651cc40f3f Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Sun, 21 Apr 2024 03:47:59 -0700 Subject: [PATCH] chore(main): release 0.0.233 (#2455) :robot: I have created a release *beep* *boop* --- ## 0.0.233 (2024-04-21) ## What's Changed * refactor: reorg files in backend by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2449 * Revert "refactor: reorg files in backend" by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2456 * refactor: Refacto code #1 by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2458 * refactor: reorg the files #2 by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2457 * feat(gpt4): Add chat service and generate answer method to GPT4Brain class by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2459 ## New Contributors * @MaximeThoonsen made their first contribution in https://github.com/QuivrHQ/quivr/pull/2449 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.232...v0.0.233 --- 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 b1aeaaa81..d682049bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.0.233 (2024-04-21) + +## What's Changed +* refactor: reorg files in backend by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2449 +* Revert "refactor: reorg files in backend" by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2456 +* refactor: Refacto code #1 by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2458 +* refactor: reorg the files #2 by @MaximeThoonsen in https://github.com/QuivrHQ/quivr/pull/2457 +* feat(gpt4): Add chat service and generate answer method to GPT4Brain class by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2459 + +## New Contributors +* @MaximeThoonsen made their first contribution in https://github.com/QuivrHQ/quivr/pull/2449 + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.232...v0.0.233 + ## 0.0.232 (2024-04-19) ## What's Changed