diff --git a/CHANGELOG.md b/CHANGELOG.md index a855a484..15d750d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 0.6.2 + ## 0.6.1 ### Changed diff --git a/pyproject.toml b/pyproject.toml index cbfb6f01..de38446c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "0.6.1" +version = "0.6.2" description = "Python package to allow easy integration to Neo4j's GenAI features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"