diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f3477a..c0e5b88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # @neo4j/neo4j-graphrag-python ## Next + +## 0.6.3 ### Changed - Updated documentation links in README. - Renamed deprecated package references in documentation. diff --git a/pyproject.toml b/pyproject.toml index 323c4a69..cd625345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "0.6.2" +version = "0.6.3" description = "Python package to allow easy integration to Neo4j's GraphRAG features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"