From 35236654a040c9a33ad3acdd927732e480f563a9 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 30 Sep 2024 17:45:49 +0200 Subject: [PATCH] chore(main): release 0.0.317 (#3285) :robot: I have created a release *beep* *boop* --- ## 0.0.317 (2024-09-30) ## What's Changed * feat: update SyncsUser status field to be optional by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3284 * fix(frontend): onboarding modal by @Zewed in https://github.com/QuivrHQ/quivr/pull/3286 * feat: Remove syncNotion from ConnectionCards by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3289 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.316...v0.0.317 --- 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 | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ba4f180b..4047d4702 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "backend/core": "0.0.16", - ".": "0.0.316" + ".": "0.0.317" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1140fa4fc..7260a73d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.0.317 (2024-09-30) + +## What's Changed +* feat: update SyncsUser status field to be optional by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3284 +* fix(frontend): onboarding modal by @Zewed in https://github.com/QuivrHQ/quivr/pull/3286 +* feat: Remove syncNotion from ConnectionCards by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3289 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.316...v0.0.317 + ## 0.0.316 (2024-09-30) ## What's Changed