From fc652192ae99a85768741e81ebe8c51362d227ad Mon Sep 17 00:00:00 2001 From: Neo4j-GraphRAG GitHub Action Date: Wed, 16 Oct 2024 09:07:24 +0000 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0227b5..be42cf96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 1.1.0 + ### Added - Introduced a fail_if_exist option to index creation functions to control behavior when an index already exists. diff --git a/pyproject.toml b/pyproject.toml index 9a8aa63b..afcfb25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "1.0.0" +version = "1.1.0" description = "Python package to allow easy integration to Neo4j's GraphRAG features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"