From 9eaba81288e0241772f6fae13e7859a8f647b255 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Wed, 13 Sep 2023 10:16:22 +0200 Subject: [PATCH] chore(main): release 0.0.70 (#1156) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55704ec0..9d3121d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.70 (2023-09-12) + +## What's Changed +* feat: add notifications components by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1148 +* feat: add polling for pending notifications by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1152 +* fix(selectedBrain): prevent picking brainId from local storage by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1154 +* feat: update isValidUrl function by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1155 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.69...v0.0.70 + ## 0.0.69 (2023-09-08) ## What's Changed