From a19d7b3f9ea3f8bc8574a821c9e192fde30ecc20 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 20 Nov 2023 10:17:53 +0100 Subject: [PATCH] chore(main): release 0.0.115 (#1645) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## 0.0.115 (2023-11-20) ## What's Changed * fix(apiBrain): fix default type selection by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1642 * fix: allow user to set a brain as public after creation by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1646 * fix(brainManagement): fix shared brain access issue by @gozineb in https://github.com/StanGirard/quivr/pull/1641 * feat: 🎸 docker reduced size by 2 by @StanGirard in https://github.com/StanGirard/quivr/pull/1653 * feat: 🎸 docker by @StanGirard in https://github.com/StanGirard/quivr/pull/1656 * feat: 🎸 marketplace by @StanGirard in https://github.com/StanGirard/quivr/pull/1657 * feat: 🎸 openai by @StanGirard in https://github.com/StanGirard/quivr/pull/1658 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.114...v0.0.115 --- 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 0ca56864d903..ec054e56000c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.0.115 (2023-11-20) + +## What's Changed +* fix(apiBrain): fix default type selection by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1642 +* fix: allow user to set a brain as public after creation by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1646 +* fix(brainManagement): fix shared brain access issue by @gozineb in https://github.com/StanGirard/quivr/pull/1641 +* feat: 🎸 docker reduced size by 2 by @StanGirard in https://github.com/StanGirard/quivr/pull/1653 +* feat: 🎸 docker by @StanGirard in https://github.com/StanGirard/quivr/pull/1656 +* feat: 🎸 marketplace by @StanGirard in https://github.com/StanGirard/quivr/pull/1657 +* feat: 🎸 openai by @StanGirard in https://github.com/StanGirard/quivr/pull/1658 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.114...v0.0.115 + ## 0.0.114 (2023-11-16) ## What's Changed