From 6b22ef1378851fe827974577f534bfc74de67f1e Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:15:21 +0000 Subject: [PATCH 1/2] chore(main): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e9af1b..fbd9082 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e61a4..04e38e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.5.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.4.0...v1.5.0) (2026-02-27) + + +### Features + +* v1.5 graph update ([#18](https://github.com/learning-commons-org/knowledge-graph/issues/18)) ([8c3c020](https://github.com/learning-commons-org/knowledge-graph/commit/8c3c0206d7bff044aea82d2fb66b813dc3d0337a)) + +## Changelog + ## Knowledge Graph [1.4.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.3.0...v1.4.0) (2026-02-12) **February 12, 2026** From babc2f97990105d2ac4d98dfec8aabe59df31aaa Mon Sep 17 00:00:00 2001 From: Warenga Maina Date: Thu, 26 Feb 2026 16:26:13 -0800 Subject: [PATCH 2/2] Revise CHANGELOG for Knowledge Graph v1.5.0 Updated changelog for version 1.5.0, detailing new features and improvements. --- CHANGELOG.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e38e9..d1e524d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,31 @@ # Changelog -## [1.5.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.4.0...v1.5.0) (2026-02-27) +## Knowledge Graph [v1.5.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.4.0...v1.5.0) (2026-02-26) +**February 26, 2026** -### Features +### Learning component aligned states + +We’ve added alignments to learning components and crosswalks to Common Core for standards from: + +* North Carolina + +### Curriculum scope and sequence REST API endpoints + +We’ve introduced a new set of curriculum endpoints and expanded our academic standards lookup capabilities. + +**Curriculum** + +* New endpoints provide structured access to curriculum metadata for Illustrative Math’s IM360 scope and sequence +* Access courses, scope and sequence, lesson groupings (units/modules), lessons, activities, and assessments +* View academic standards aligned to lessons, activities, and assessments +* Note: instructional materials (lesson/activity/assessment content) are not included -* v1.5 graph update ([#18](https://github.com/learning-commons-org/knowledge-graph/issues/18)) ([8c3c020](https://github.com/learning-commons-org/knowledge-graph/commit/8c3c0206d7bff044aea82d2fb66b813dc3d0337a)) +**Academic Standards** -## Changelog +* Added three new endpoints to retrieve lessons, activities, and assessments aligned to a specific academic standard by CASE UUID -## Knowledge Graph [1.4.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.3.0...v1.4.0) (2026-02-12) +## Knowledge Graph [v1.4.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.3.0...v1.4.0) (2026-02-12) **February 12, 2026**