diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32ad576..0cc6ca5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,36 @@ -0.0.3 (Unreleased) +0.0.4 (2026-02-03) ================== -* ... +* Updated SQL script to be fully idempotent. + + + +0.0.3 (2026-01-20) +================== + +* Updated logos for new Berkeley logotype. + +* Updated Chainlit to 2.9.5. + +* Separated documents from the rest of message history. + +* Updated Langchain to 1.2.5 for CVE. + +* Added integration with Langfuse for Chainlit feedback. + +* Added end-to-end tests for TIND and LanceDB. + +* Redesigned TIND references element. + +* Added support for pulling Postgres password from Docker secrets. + +* Added a custom data layer retrieval method so that we can use custom + database environment variables. + +* Updated Chainlit to 2.9.3.