diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ae33c..74d6e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ ## Next +### Changed + +- Removed dependency on LangChain Community package by integrating necessary components directly into the LangChain Neo4j codebase. + ### Updated -- Fixed bugs in the Neo4jVector and GraphCypherQAChain classes preventing these classes from working with versions < 5.23 of Neo4j + +- Fixed bugs in the Neo4jVector and GraphCypherQAChain classes preventing these classes from working with versions < 5.23 of Neo4j. ## 0.1.0 diff --git a/libs/neo4j/pyproject.toml b/libs/neo4j/pyproject.toml index 9332ce9..c141520 100644 --- a/libs/neo4j/pyproject.toml +++ b/libs/neo4j/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-neo4j" -version = "0.1.0" +version = "0.1.1" description = "An integration package connecting Neo4j and LangChain" authors = [] readme = "README.md"