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