diff --git a/changelog.md b/changelog.md index 91659dee..e7f3c796 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,18 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http:// ## [Unreleased](https://github.com/HumanCellAtlas/metadata-schema/tree/staging) +### [module/biomaterial/medical_history.json - v7.0.0] - 2024-11-06 +### Changed +Changed medication field type Fix#1589 + +### [module/ontology/medication_ontology.json - v1.0.0] - 2024-11-06 +### Added +Added medication ontology module Fix#1589 + +### [type/biomaterial/donor_organism.json - v17.0.0] - 2024-11-06 +### Changed +Changed medication field type Fix#1589 + ## [Released](https://github.com/HumanCellAtlas/metadata-schema/) ### [type/biomaterial/donor_organism.json - v16.4.0] - 2024-10-21 diff --git a/json_schema/update_log.csv b/json_schema/update_log.csv index 34c6d15e..3231ff19 100644 --- a/json_schema/update_log.csv +++ b/json_schema/update_log.csv @@ -1,3 +1 @@ Schema,Change type,Change message,Version,Date -module/biomaterial/medical_history,major,"Changed medication field type Fix#1589",, -module/ontology/medication_ontology,major,"Added medication ontology module Fix#1589",, \ No newline at end of file diff --git a/json_schema/versions.json b/json_schema/versions.json index 3450d173..8e36fe0e 100644 --- a/json_schema/versions.json +++ b/json_schema/versions.json @@ -1,5 +1,5 @@ { - "last_update_date": "2024-10-21T12:21:40Z", + "last_update_date": "2024-11-06T17:01:14Z", "version_numbers": { "core": { "biomaterial": { @@ -26,7 +26,7 @@ "familial_relationship": "6.0.3", "growth_conditions": "6.4.2", "human_specific": "1.0.11", - "medical_history": "6.0.0", + "medical_history": "7.0.0", "medical_tests": "1.0.0", "mouse_specific": "1.0.8", "preservation_storage": "6.1.1", @@ -50,7 +50,7 @@ "library_amplification_ontology": "1.2.5", "library_construction_ontology": "1.2.5", "mass_unit_ontology": "5.3.5", - "medication_ontology": "0.0.0", + "medication_ontology": "1.0.0", "microscopy_ontology": "1.0.5", "organ_ontology": "5.3.7", "organ_part_ontology": "5.3.5", @@ -94,7 +94,7 @@ "biomaterial": { "cell_line": "16.0.0", "cell_suspension": "14.0.0", - "donor_organism": "16.4.0", + "donor_organism": "17.0.0", "imaged_specimen": "3.5.0", "organoid": "11.5.0", "specimen_from_organism": "10.9.0"