From a8f9edb21fd0dabab67c62cb712d832f59aeed2e Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Wed, 4 Oct 2023 10:02:36 +0200 Subject: [PATCH] chore(main): release 0.0.87 (#1310) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a636df7..f7004f5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.0.87 (2023-10-03) + +## What's Changed +* feat: ↕️ maximize brains management page by @matthieujacq in https://github.com/StanGirard/quivr/pull/1308 +* refactor: ♻️ ContentSecurityPolicy as an object by @matthieujacq in https://github.com/StanGirard/quivr/pull/1312 +* fix: replace next/image's layout deprecated attribute by @matthieujacq in https://github.com/StanGirard/quivr/pull/1313 +* fix: remove undesired outlines around divs by @matthieujacq in https://github.com/StanGirard/quivr/pull/1316 +* feat(onboarding): add step 2 by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1314 +* feat(onboarding): add questions suggestions layout by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1318 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.86...v0.0.87 + ## 0.0.86 (2023-10-03) ## What's Changed