diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae554a..81f9a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## Release 2.4.1 + +* Add vaccine NVX-CoV2373 - was missing until now. + + ## Release 2.4.0 * Change the versioning process, and document it in [`VERSIONING.md`](./VERSIONING.md). diff --git a/README.md b/README.md index 142a35f..98b9960 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the value sets referenced by the EU Digital COVID Certificate (DCC) [JSON Schema](https://github.com/ehn-dcc-development/ehn-dcc-schema). -Release: 2.4.0 +Release: 2.4.1 Note that these value sets do not form a core part of the [JSON Schema](https://github.com/ehn-dcc-development/ehn-dcc-schema) but are referenced by it. These value sets can (and should) be regularly updated and distributed from the main Digital COVID Certificate Gateway (DCCG), under clear versioning and release management. diff --git a/vaccine-medicinal-product.json b/vaccine-medicinal-product.json index f1185ea..5373052 100644 --- a/vaccine-medicinal-product.json +++ b/vaccine-medicinal-product.json @@ -37,6 +37,13 @@ "system": "http://ec.europa.eu/temp/vaccineproductname", "version": "1.0" }, + "NVX-CoV2373": { + "display": "NVX-CoV2373", + "lang": "en", + "active": true, + "system": "http://ec.europa.eu/temp/vaccineproductname", + "version": "1.0" + }, "Sputnik-V": { "display": "Sputnik-V", "lang": "en",