From 508323a467c07ffd1ff58a0f6077f07c791b2a88 Mon Sep 17 00:00:00 2001 From: Neo4j-GraphRAG GitHub Action Date: Mon, 28 Oct 2024 10:12:52 +0000 Subject: [PATCH] Bump version to 1.2.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efd902a..08c8c276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 1.2.0 + ### Added - Made `relations` and `potential_schema` optional in `SchemaBuilder`. - Added a check to prevent the use of deprecated Cypher syntax for Neo4j versions 5.23.0 and above. diff --git a/pyproject.toml b/pyproject.toml index abf775ee..c1907856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "1.1.0" +version = "1.2.0" description = "Python package to allow easy integration to Neo4j's GraphRAG features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"