diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7deae33..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" -} \ No newline at end of file + ".": "1.8.0" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cb575..dcf898f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,54 @@ # Changelog +## Knowledge Graph [v1.8.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.7.0...v1.8.0) (2026-04-23) + +**March 26, 2026** + +### API updates +Added a curriculum dependency map endpoint for getting dependencies and prerequisites between Lesson Groupings. + +### Data v1.8.0 +#### Learning component aligned states + +We've added alignments to learning components and crosswalks to Common Core for standards from: + +* Alabama +* Arkansas +* Missouri +* North Dakota +* Oregon +* Wyoming + +We also completed the alignments to learning components from Texas for grades K-1, which completes all grades for Texas. + +## Knowledge Graph [v1.7.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.6.0...v1.7.0) (2026-03-26) + +**March 26, 2026** + +### Learning component aligned states + +We’ve added alignments to learning components and crosswalks to Common Core for standards from: + +* Georgia +* Iowa +* Kentucky +* Tennessee +* West Virginia + +### Data quality improvements + +We’ve updated some of the alignments between learning components and the state standards from the following states to address inconsistencies: + +* Utah +* South Dakota +* Mississippi +* Idaho +* Ohio + +### Addition of `publisherIdentifier` + +We added a new property `publisherIdentifier` for content nodes in Illustrative Mathematics. This property contains the ID that was originally assigned by Illustrative Mathematics. The field is available in both flat file downloads and REST API responses. + ## Knowledge Graph [v1.6.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.5.0...v1.6.0) (2026-03-12) **March 12, 2026**