diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e554f9f..d101e61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ This file is updated automatically as described in [Unreleased Changes](changes/ --------------------------------------------------------------------------------------------------- +## [1.29.0] - 2024-03-28 + +### Added + +* Format option for case downloads, allowing CSV and TSV formats in addition to Excel +* Full-Depth Summary Download from the Cases table +* DARE Input Sheet Download from the Cases table + +### Changed + +* Button text in first "Case QC" dialog from "Submit" to "Next" to clarify that there will be another step + + ## [1.28.1] - 2024-03-25 ### Fixed diff --git a/changes/add_csvTsv.md b/changes/add_csvTsv.md deleted file mode 100644 index 6fcb1895..00000000 --- a/changes/add_csvTsv.md +++ /dev/null @@ -1 +0,0 @@ -Format option for case downloads, allowing CSV and TSV formats in addition to Excel diff --git a/changes/add_dareInputSheet.md b/changes/add_dareInputSheet.md deleted file mode 100644 index 04a0ac6d..00000000 --- a/changes/add_dareInputSheet.md +++ /dev/null @@ -1 +0,0 @@ -DARE Input Sheet Download from the Cases table diff --git a/changes/add_fullDepthSummary.md b/changes/add_fullDepthSummary.md deleted file mode 100644 index 88bf7ce7..00000000 --- a/changes/add_fullDepthSummary.md +++ /dev/null @@ -1 +0,0 @@ -Full-Depth Summary Download from the Cases table diff --git a/changes/change_dialogSubmitText.md b/changes/change_dialogSubmitText.md deleted file mode 100644 index ee5d9549..00000000 --- a/changes/change_dialogSubmitText.md +++ /dev/null @@ -1 +0,0 @@ -Button text in first "Case QC" dialog from "Submit" to "Next" to clarify that there will be another step diff --git a/pom.xml b/pom.xml index 40c831fe..0b00a6e3 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ ca.on.oicr.gsi dimsum - 1.28.2-SNAPSHOT + 1.29.0 Dimsum QC Tracking Dashboard