diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 758f721..2e92b2b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.0.1", "benchmarks/fraise": "0.0.0", - "benchmarks/graphiti": "0.1.0", + "benchmarks/graphiti": "0.2.0", "benchmarks/letta": "0.1.0", "benchmarks/mem0": "0.1.0" } diff --git a/benchmarks/graphiti/CHANGELOG.md b/benchmarks/graphiti/CHANGELOG.md index 3f7647e..1de52f3 100644 --- a/benchmarks/graphiti/CHANGELOG.md +++ b/benchmarks/graphiti/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/RonsenbergVI/agent-memory-benchmarks/compare/graphiti/v0.1.0...graphiti/v0.2.0) (2026-08-22) + + +### Bug fixes + +* **graphiti:** document the raised llm token ceiling ([#90](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/90)) ([3302d5f](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/3302d5fb560f8499c799946540365711688ed409)) + ## 0.1.0 (2026-08-21) diff --git a/benchmarks/graphiti/pyproject.toml b/benchmarks/graphiti/pyproject.toml index 6a5ae1c..81f8673 100644 --- a/benchmarks/graphiti/pyproject.toml +++ b/benchmarks/graphiti/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "graphiti" -version = "0.1.0" +version = "0.2.0" description = "Add your description here" readme = "README.md" authors = [