From f23dd90ecbe0d62fa4ef707ef89018c763af8a63 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 8 Mar 2024 16:43:15 -0800 Subject: [PATCH] chore(main): release 0.0.222 (#2327) :robot: I have created a release *beep* *boop* --- ## 0.0.222 (2024-03-09) ## What's Changed * feat: Update langchain.prompts and langchain_core.messages modules by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2326 * feat(frontend): social buttons by @Zewed in https://github.com/QuivrHQ/quivr/pull/2325 * fix(frontend): upgrade to plus button by @Zewed in https://github.com/QuivrHQ/quivr/pull/2324 * fix(frontend): maximum amount of brains reached by @Zewed in https://github.com/QuivrHQ/quivr/pull/2323 **Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.221...v0.0.222 --- 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf585646..581911aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.222 (2024-03-09) + +## What's Changed +* feat: Update langchain.prompts and langchain_core.messages modules by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2326 +* feat(frontend): social buttons by @Zewed in https://github.com/QuivrHQ/quivr/pull/2325 +* fix(frontend): upgrade to plus button by @Zewed in https://github.com/QuivrHQ/quivr/pull/2324 +* fix(frontend): maximum amount of brains reached by @Zewed in https://github.com/QuivrHQ/quivr/pull/2323 + + +**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.221...v0.0.222 + ## 0.0.221 (2024-03-07) ## What's Changed