Skip to content

Commit

Permalink
Updates versions and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Mar 17, 2022
1 parent 039ab8f commit 9cd4bfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sources/SloCovidServer/SloCovidServer/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<version>1.18</version>
<version>1.19</version>

0 comments on commit 9cd4bfc

Please sign in to comment.