From 7d5be3446b7d5da2c4709bc47365e2f13f64ac4f Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 28 Nov 2023 10:19:03 +0100 Subject: [PATCH] chore(main): release 0.0.121 (#1726) 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.121 (2023-11-28) ## What's Changed * fix: update max token logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1725 * fix: update public brain subscription logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1727 * fix: sanitize file name by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1728 * feat(publicBrains): use join queries for better performance by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1730 * feat: improve delete knowledge performance by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1733 * fix: 🐛 crawler by @StanGirard in https://github.com/StanGirard/quivr/pull/1735 * feat: 🎸 local user by @StanGirard in https://github.com/StanGirard/quivr/pull/1736 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.120...v0.0.121 --- 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 863f547eeecc..89c4f70d39ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.0.121 (2023-11-28) + +## What's Changed +* fix: update max token logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1725 +* fix: update public brain subscription logic by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1727 +* fix: sanitize file name by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1728 +* feat(publicBrains): use join queries for better performance by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1730 +* feat: improve delete knowledge performance by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1733 +* fix: 🐛 crawler by @StanGirard in https://github.com/StanGirard/quivr/pull/1735 +* feat: 🎸 local user by @StanGirard in https://github.com/StanGirard/quivr/pull/1736 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.120...v0.0.121 + ## 0.0.120 (2023-11-27) ## What's Changed