From 807b37cff1abbb75960b8cdc3e0377bc70641a0a Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Wed, 1 Jul 2026 15:23:37 -0700 Subject: [PATCH 1/2] Update CHANGELOG for Knowledge Graph v1.10.1 Restored math Standards Crosswalks between Texas and CCSS that were incorrectly removed in v1.9.0. Updated JSONL downloads and REST API accordingly. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f070a..1f203a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Knowledge Graph [v1.10.1](https://github.com/learning-commons-org/knowledge-graph/compare/v1.10.0...v1.10.1) (2026-07-01) + +**July 01, 2026** + +### Data v1.10.1 + +#### Fixed missing math Crosswalks + +Restored math Standards Crosswalks between Texas and CCSS that were incorrectly removed in v1.9.0. Both the JSONL downloads and REST API have been updated. No other data was affected. + +If you downloaded the Knowledge Graph JSONL files or queried the standards crosswalks during v1.9.0 or v1.10.0, re-download or re-query to pick up the restored data. + ## Knowledge Graph [v1.10.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.9.0...v1.10.0) (2026-06-18) **June 18, 2026** From 6ee4b4792a6117c3a90bdc53c7d4ab57840d525c Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Wed, 1 Jul 2026 15:24:42 -0700 Subject: [PATCH 2/2] Update version from 1.10.0 to 1.10.1 --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..211ac9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" }