diff --git a/CHANGELOG.md b/CHANGELOG.md index bc70feba..22fe1e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Changelog for eva-submission ============================ +1.4.0 (2022-01-21) +------------------ + +### All + - Adding logging to single file across each step + +### Brokering + - Update metadata file correctly after merge + +### Backlog preparation + - Fix bug in post merge check + +### Ingestion + - Allow running loading step with annotation only + - Add warning when the browsable files are different from analysis files + 1.3.2 (2021-11-29) ------------------ diff --git a/eva_submission/VERSION b/eva_submission/VERSION index 5dbd3c70..e21e727f 100644 --- a/eva_submission/VERSION +++ b/eva_submission/VERSION @@ -1 +1 @@ -1.3.3.dev0 \ No newline at end of file +1.4.0 \ No newline at end of file