From edd29ba4255c6f0fcb527024fa234eafb9d72eb2 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Sun, 25 Feb 2024 17:47:54 -0800 Subject: [PATCH] chore(main): release 0.0.211 (#2249) :robot: I have created a release *beep* *boop* --- ## 0.0.211 (2024-02-24) ## What's Changed * fix: ollama migration documentation by @bidoubiwa in https://github.com/QuivrHQ/quivr/pull/2248 * Update Sentry configuration and ignore file by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2250 * Fix Sentry DSN environment variable by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2251 * fix(sentry): Refactor GlobalError component to use arrow function syntax by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2252 * fix: Update Sentry configuration to use NEXT_PUBLIC_SENTRY_DSN by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2254 * feat(frontend): integrate octolane by @Zewed in https://github.com/QuivrHQ/quivr/pull/2256 * fix(frontend): better search bar and chat box by @Zewed in https://github.com/QuivrHQ/quivr/pull/2255 * feat(frontend): sources per messages by @Zewed in https://github.com/QuivrHQ/quivr/pull/2253 * feat(sentry): remove health endpoint by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2257 * Add octolane.com to Content Security Policy by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2258 * fix(frontend): ui chat box & sources small bug by @Zewed in https://github.com/QuivrHQ/quivr/pull/2260 * Refactor GitHub workflows by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2261 ## New Contributors * @bidoubiwa made their first contribution in https://github.com/QuivrHQ/quivr/pull/2248 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.210...v0.0.211 --- 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 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a89fb1d..e823f69c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.0.211 (2024-02-24) + +## What's Changed +* fix: ollama migration documentation by @bidoubiwa in https://github.com/QuivrHQ/quivr/pull/2248 +* Update Sentry configuration and ignore file by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2250 +* Fix Sentry DSN environment variable by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2251 +* fix(sentry): Refactor GlobalError component to use arrow function syntax by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2252 +* fix: Update Sentry configuration to use NEXT_PUBLIC_SENTRY_DSN by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2254 +* feat(frontend): integrate octolane by @Zewed in https://github.com/QuivrHQ/quivr/pull/2256 +* fix(frontend): better search bar and chat box by @Zewed in https://github.com/QuivrHQ/quivr/pull/2255 +* feat(frontend): sources per messages by @Zewed in https://github.com/QuivrHQ/quivr/pull/2253 +* feat(sentry): remove health endpoint by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2257 +* Add octolane.com to Content Security Policy by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2258 +* fix(frontend): ui chat box & sources small bug by @Zewed in https://github.com/QuivrHQ/quivr/pull/2260 +* Refactor GitHub workflows by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2261 + +## New Contributors +* @bidoubiwa made their first contribution in https://github.com/QuivrHQ/quivr/pull/2248 + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.210...v0.0.211 + ## 0.0.210 (2024-02-22) ## What's Changed