Skip to content

Commit 9cd4bfc

Browse files
committed
Updates versions and readme
1 parent 039ab8f commit 9cd4bfc

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ In case of failures a notification is set to slack channel #alert through Data A
2929

3030
## Changelog
3131

32+
## 1.19
33+
34+
* Update for changes in EPISARI vacc
35+
* Schema version 48
36+
3237
## 1.18
3338

3439
* Patients: add red-zone and leadingCovid

sources/SloCovidServer/SloCovidServer/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace SloCovidServer
1717
{
1818
public class Startup
1919
{
20-
const string SchemaVersion = "47";
20+
const string SchemaVersion = "48";
2121
const string CorsPolicy = "Any";
2222
readonly IWebHostEnvironment env;
2323
public Startup(IConfiguration configuration, IWebHostEnvironment env)

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<version>1.18</version>
2+
<version>1.19</version>

0 commit comments

Comments
 (0)