diff --git a/.semversioner/1.2.0.json b/.semversioner/1.1.2.json similarity index 86% rename from .semversioner/1.2.0.json rename to .semversioner/1.1.2.json index e2614b9b95..c0066f2bc0 100644 --- a/.semversioner/1.2.0.json +++ b/.semversioner/1.1.2.json @@ -2,7 +2,7 @@ "changes": [ { "description": "Basic Rag minor fix", - "type": "minor" + "type": "patch" } ], "created_at": "2025-01-09T22:29:23+00:00", diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a01900ce5..778d61f63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog Note: version releases in the 0.x.y range may introduce breaking changes. -## 1.2.0 +## 1.1.2 -- minor: Basic Rag minor fix +- patch: Basic Rag minor fix ## 1.1.1 diff --git a/pyproject.toml b/pyproject.toml index 110df8a6b3..d1754fdb57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "graphrag" # Maintainers: do not change the version here manually, use ./scripts/release.sh -version = "1.2.0" +version = "1.1.2" description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system." authors = [ "Alonso Guevara Fernández ",