Skip to content

Commit

Permalink
Cardea v1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaszloffy committed Jun 6, 2024
1 parent a942e03 commit bac1095
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ This file is updated automatically as described in [Unreleased Changes](changes/

---------------------------------------------------------------------------------------------------

## [1.12.0] - 2024-06-06

### Added

* Test fields for library qualification and full-depth sequencing TAT breakdown of days spent on
loading, sequencing, and QC
* Run start date field


## [1.11.0] - 2024-05-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion cardea-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>cardea</artifactId>
<groupId>ca.on.oicr.gsi.cardea</groupId>
<version>1.11.1-SNAPSHOT</version>
<version>1.12.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion cardea-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>cardea</artifactId>
<groupId>ca.on.oicr.gsi.cardea</groupId>
<version>1.11.1-SNAPSHOT</version>
<version>1.12.0</version>
</parent>

<build>
Expand Down
1 change: 0 additions & 1 deletion changes/add_runStartDate.md

This file was deleted.

2 changes: 0 additions & 2 deletions changes/add_sequencingSubgate_daysSpent.md

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<artifactId>cardea</artifactId>
<groupId>ca.on.oicr.gsi.cardea</groupId>
<version>1.11.1-SNAPSHOT</version>
<version>1.12.0</version>
<modelVersion>4.0.0</modelVersion>

<name>Cardea Case API</name>
Expand Down

0 comments on commit bac1095

Please sign in to comment.