From a95dc8caf2dc9f73d63317fe91f1d6c38bbccb4b Mon Sep 17 00:00:00 2001 From: Arsenios Chatzigeorgiou <49944135+arschat@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:11:57 +0000 Subject: [PATCH] Ran release_prepare.py script. --- changelog.md | 4 ++++ json_schema/update_log.csv | 1 - json_schema/versions.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 96ded8f04..553d0965b 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,10 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http:// ## [Unreleased](https://github.com/HumanCellAtlas/metadata-schema/tree/staging) +### [type/protocol/analysis/analysis_protocol.json - v10.2.0] - 2024-02-05 +### Added +Added gene_annotation_version field in analysis_protocol Fixes#1543 + ## [Released](https://github.com/HumanCellAtlas/metadata-schema/) ### [type/protocol/analysis/analysis_protocol.json - v10.1.0] - 2023-11-07 diff --git a/json_schema/update_log.csv b/json_schema/update_log.csv index 310b5f7ee..3231ff199 100644 --- a/json_schema/update_log.csv +++ b/json_schema/update_log.csv @@ -1,2 +1 @@ Schema,Change type,Change message,Version,Date -type/protocol/analysis/analysis_protocol,minor,"Added gene_annotation_version field in analysis_protocol Fixes#1543",, \ No newline at end of file diff --git a/json_schema/versions.json b/json_schema/versions.json index 6f9079ecf..8f47b78e5 100644 --- a/json_schema/versions.json +++ b/json_schema/versions.json @@ -1,5 +1,5 @@ { - "last_update_date": "2023-11-07T15:13:34Z", + "last_update_date": "2024-02-05T16:10:39Z", "version_numbers": { "core": { "biomaterial": { @@ -114,7 +114,7 @@ }, "protocol": { "analysis": { - "analysis_protocol": "10.1.0" + "analysis_protocol": "10.2.0" }, "biomaterial_collection": { "aggregate_generation_protocol": "2.1.0",