diff --git a/CHANGELOG.md b/CHANGELOG.md index b96ad11b..6a68e193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 1.3.0 + ### Added - Integrated `json-repair` package to handle and repair invalid JSON generated by LLMs. - Introduced `InvalidJSONError` exception for handling cases where JSON repair fails. diff --git a/pyproject.toml b/pyproject.toml index 0cba753d..018fa586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "1.2.1" +version = "1.3.0" description = "Python package to allow easy integration to Neo4j's GraphRAG features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"