diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a59a2e..8a9208e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 1.4.1 + ### Fixed #### Dependencies diff --git a/pyproject.toml b/pyproject.toml index ca3cac3a..40dc88c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "1.4.0" +version = "1.4.1" description = "Python package to allow easy integration to Neo4j's GraphRAG features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"