From 9cd4bfc09a6e119c526fa067630fda693c93ff16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20Marki=C4=8D?= Date: Thu, 17 Mar 2022 16:48:14 +0100 Subject: [PATCH] Updates versions and readme --- README.md | 5 +++++ sources/SloCovidServer/SloCovidServer/Startup.cs | 2 +- version.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c608b7..c1808bd 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ In case of failures a notification is set to slack channel #alert through Data A ## Changelog +## 1.19 + +* Update for changes in EPISARI vacc +* Schema version 48 + ## 1.18 * Patients: add red-zone and leadingCovid diff --git a/sources/SloCovidServer/SloCovidServer/Startup.cs b/sources/SloCovidServer/SloCovidServer/Startup.cs index cb58290..a99b387 100644 --- a/sources/SloCovidServer/SloCovidServer/Startup.cs +++ b/sources/SloCovidServer/SloCovidServer/Startup.cs @@ -17,7 +17,7 @@ namespace SloCovidServer { public class Startup { - const string SchemaVersion = "47"; + const string SchemaVersion = "48"; const string CorsPolicy = "Any"; readonly IWebHostEnvironment env; public Startup(IConfiguration configuration, IWebHostEnvironment env) diff --git a/version.xml b/version.xml index 32b5c59..24b8ee3 100644 --- a/version.xml +++ b/version.xml @@ -1,2 +1,2 @@  -1.18 \ No newline at end of file +1.19 \ No newline at end of file