diff --git a/CHANGES.md b/CHANGES.md index 676197a..a77434c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased + +## v0.1.1 - 2025-02-05 - Updated to langchain-postgres 0.0.13 ## v0.1.0 - 2025-01-03 diff --git a/pyproject.toml b/pyproject.toml index e5f372b..80ea9f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-cratedb" -version = "0.1.0" +version = "0.1.1" description = "Use LangChain with CrateDB" authors = [] readme = "README.md"