diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d9da4..effb0f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Given a version number MAJOR.MINOR.PATCH, increment the: Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format. -## [Unreleased 2.X.X-2023.XX] +## [1.3.0-2024.03] 1. Adding a new table to capture details of modelled VMM and reanalysis datasets (Issue [#214](https://github.com/IEA-Task-43/digital_wra_data_standard/issues/214)) 1. This is called `model_config` which is at the same level as `logger_main_config` and contains similar information. diff --git a/schema/iea43_wra_data_model.schema.json b/schema/iea43_wra_data_model.schema.json index 282c44e..38b8f40 100644 --- a/schema/iea43_wra_data_model.schema.json +++ b/schema/iea43_wra_data_model.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$version": "X.X.0-2023.XX", + "$version": "1.3.0-2024.03", "$id": "https://raw.githubusercontent.com/IEA-Task-43/digital_wra_data_standard/master/schema/iea43_wra_data_model.schema.json", "definitions": { "date_from": { diff --git a/tools/iea43_wra_data_model_postgresql.sql b/tools/iea43_wra_data_model_postgresql.sql index 3be5e33..43ee157 100644 --- a/tools/iea43_wra_data_model_postgresql.sql +++ b/tools/iea43_wra_data_model_postgresql.sql @@ -6,7 +6,7 @@ -- The SQL standard has tried to be used as much as possible. --- These statements match version 1.2.0-2023.01 +-- These statements match version 1.3.0-2024.03 -- ** load plugin that generates uuids **: