From d6c1ea61d351ad3b206fb2c7eeac4231d182ac14 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 3 Oct 2024 18:12:15 +0200 Subject: [PATCH] chore(main): release 0.0.320 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 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..b3710536c9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # 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 +* feat: Update PDFGenerator to include logo in header by @StanGirard in https://github.com/QuivrHQ/quivr/pull/3311 +* feat: structlog parseable by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/3312 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.319...v0.0.320 + ## 0.0.319 (2024-10-01) ## What's Changed