From 38b01b1b745e2de917d88a66b843b7e98ec7337d Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 11 Jul 2024 18:11:42 +0200 Subject: [PATCH] chore(main): release 0.0.282 (#2840) :robot: I have created a release *beep* *boop* --- ## 0.0.282 (2024-07-11) ## What's Changed * chore: Update quivr-core and chainlit versions in requirements.txt by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2839 * chore(config): migrate renovate config by @renovate in https://github.com/QuivrHQ/quivr/pull/2838 * fix: fixes duplicate response bug by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/2843 * fix(frontend): remove possibilities to create brain if max amount by @Zewed in https://github.com/QuivrHQ/quivr/pull/2847 * fix(frontend): general before connections by @Zewed in https://github.com/QuivrHQ/quivr/pull/2848 * fix(backend): thumbs button were broken by @Zewed in https://github.com/QuivrHQ/quivr/pull/2849 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.281...v0.0.282 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9fd21e11d..ce788ef45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "backend/core": "0.0.8", - ".": "0.0.281" + ".": "0.0.282" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ad55e1707..5c337636b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.0.282 (2024-07-11) + +## What's Changed +* chore: Update quivr-core and chainlit versions in requirements.txt by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2839 +* chore(config): migrate renovate config by @renovate in https://github.com/QuivrHQ/quivr/pull/2838 +* fix: fixes duplicate response bug by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/2843 +* fix(frontend): remove possibilities to create brain if max amount by @Zewed in https://github.com/QuivrHQ/quivr/pull/2847 +* fix(frontend): general before connections by @Zewed in https://github.com/QuivrHQ/quivr/pull/2848 +* fix(backend): thumbs button were broken by @Zewed in https://github.com/QuivrHQ/quivr/pull/2849 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.281...v0.0.282 + ## 0.0.281 (2024-07-11) ## What's Changed