diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6fdb1..0976c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 0.2.0 + ### Added - Enhanced Neo4j driver connection management with more robust error handling. diff --git a/libs/neo4j/pyproject.toml b/libs/neo4j/pyproject.toml index d1393a2..112835c 100644 --- a/libs/neo4j/pyproject.toml +++ b/libs/neo4j/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-neo4j" -version = "0.1.1" +version = "0.2.0" description = "An integration package connecting Neo4j and LangChain" authors = [] readme = "README.md"