diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ab664..2a8f4ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd063a..538b82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## **Knowledge Graph [v1.3.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.2.0...v1.3.0) (2026-01-28)** + +**January 28, 2026** + +This release adds a new aligned state, makes the Illustrative Mathematics 360 curriculum’s scope and sequence available under CC-BY 4.0, and the Knowledge Graph is now available for download in newline delimited jsonl format with UTF-8 encoding. + +## **Updates** + +### **Learning component aligned states** + +We've added alignment between learning components and standards for the following states: + +* Massachusetts + +### **Illustrative Mathematics scope and sequence (CC BY-4.0)** + +The scope and sequence for the Illustrative Mathematics 360 curriculum is now available under a CC BY-4.0 license. + +### **Learner Variability Navigator** + +We’ve added the relevantToStandard relationship that links a Factor to a StandardFrameworkItem for Common Core ELA standards. + +### **Graph-native JSON** + +The Knowledge graph data is available for download in newline delimited jsonl format with UTF-8 encoding. + +### **CSV deprecation** + +The Knowledge Graph can no longer be downloaded as CSV flat files from v1.3.0 onwards. Any CSV flat files that were previously downloaded will be unaffected. + ## **Knowledge Graph [v1.2.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.1.0...v1.2.0) (2025-12-08)** **December 8, 2025**