Skip to content

Commit bc6dd9c

Browse files
committed
Bump version to 1.2.1
1 parent 7ae97dd commit bc6dd9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
## 1.2.1
6+
57
### Added
68
- Introduced optional lexical graph configuration for `SimpleKGPipeline`, enhancing flexibility in customizing node labels and relationship types in the lexical graph.
79
- Introduced optional `neo4j_database` parameter for `SimpleKGPipeline`, `Neo4jChunkReader`and `Text2CypherRetriever`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[tool.poetry]
1717
name = "neo4j-graphrag"
18-
version = "1.2.0"
18+
version = "1.2.1"
1919
description = "Python package to allow easy integration to Neo4j's GraphRAG features"
2020
authors = ["Neo4j, Inc <[email protected]>"]
2121
license = "Apache License, Version 2.0"

0 commit comments

Comments
 (0)