From 5bfb1360d9bd4428b1c60f9d0c6aa225d39815cd Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 3 Oct 2024 17:07:50 +0200 Subject: [PATCH] chore(main): release 0.0.320 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4b93e69eb7f..988f668742f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "backend/core": "0.0.16", - ".": "0.0.319" + ".": "0.0.320" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe0cfed1bf4..3cb3771927ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.0.320 (2024-10-03) + +## What's Changed +* Enable Porter Application cdp by @porter-deployment-app in https://github.com/QuivrHQ/quivr/pull/3306 +* Enable Porter Application cdp-front by @porter-deployment-app in https://github.com/QuivrHQ/quivr/pull/3307 +* feat(assistant): cdp by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3305 +* feat: Add debug logging for OCR results by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3309 +* feat: Update OCR image scale for better accuracy by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3310 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.319...v0.0.320 + ## 0.0.319 (2024-10-01) ## What's Changed