From 668211d3b2dad96e0420cdf3910b229e29999455 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 27 Jun 2024 13:59:09 +0200 Subject: [PATCH] chore(main): release 0.0.275 (#2759) :robot: I have created a release *beep* *boop* --- ## 0.0.275 (2024-06-27) ## What's Changed * fix(frontend): fix table in frontend by @Zewed in https://github.com/QuivrHQ/quivr/pull/2758 * chore: Update docker-compose files to specify platform for backend services by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2762 * fix(frontend): settings button by @Zewed in https://github.com/QuivrHQ/quivr/pull/2764 * feat(backend): quivr-monorepo and quivr-core package by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/2765 * chore: Add ci-migration.sh to Dockerfile by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2767 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.274...v0.0.275 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c0981ea..8a32a4f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.0.275 (2024-06-27) + +## What's Changed +* fix(frontend): fix table in frontend by @Zewed in https://github.com/QuivrHQ/quivr/pull/2758 +* chore: Update docker-compose files to specify platform for backend services by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2762 +* fix(frontend): settings button by @Zewed in https://github.com/QuivrHQ/quivr/pull/2764 +* feat(backend): quivr-monorepo and quivr-core package by @AmineDiro in https://github.com/QuivrHQ/quivr/pull/2765 +* chore: Add ci-migration.sh to Dockerfile by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2767 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.274...v0.0.275 + ## 0.0.274 (2024-06-26) ## What's Changed