Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog

## 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.5.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.4.0...v1.5.0) (2026-02-26)

**February 26, 2026**

### 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

**Academic Standards**

* Added three new endpoints to retrieve lessons, activities, and assessments aligned to a specific academic standard by CASE UUID

## 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**

Expand Down