From eb1683ad520dd48d1e5abc7e09842f025d6caf0c Mon Sep 17 00:00:00 2001 From: coolCatalyst Date: Tue, 14 Nov 2023 11:01:13 +0100 Subject: [PATCH] chore(main): release 0.0.111 (#1618) 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.111 (2023-11-14) ## What's Changed * ci: 🎡 tests by @StanGirard in https://github.com/StanGirard/quivr/pull/1615 * fix: update delete brain logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1619 * test(added): misc prompt onboarding by @StanGirard in https://github.com/StanGirard/quivr/pull/1622 * feat: remove api brain secrets and schemas on delete by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1621 * test(all): added by @StanGirard in https://github.com/StanGirard/quivr/pull/1624 * refactor: create "files" package by @gozineb in https://github.com/StanGirard/quivr/pull/1626 * feat: api definition in brain creation modal by @gozineb in https://github.com/StanGirard/quivr/pull/1613 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.110...v0.0.111 --- 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 d6bf2267..f52aca86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.0.111 (2023-11-14) + +## What's Changed +* ci: 🎡 tests by @StanGirard in https://github.com/StanGirard/quivr/pull/1615 +* fix: update delete brain logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1619 +* test(added): misc prompt onboarding by @StanGirard in https://github.com/StanGirard/quivr/pull/1622 +* feat: remove api brain secrets and schemas on delete by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1621 +* test(all): added by @StanGirard in https://github.com/StanGirard/quivr/pull/1624 +* refactor: create "files" package by @gozineb in https://github.com/StanGirard/quivr/pull/1626 +* feat: api definition in brain creation modal by @gozineb in https://github.com/StanGirard/quivr/pull/1613 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.110...v0.0.111 + ## 0.0.110 (2023-11-13) ## What's Changed