From 459447eb50dbb1037f7a67f1c58d0b0dd9a6d8ac Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Mon, 19 Aug 2024 16:49:00 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e758f64..913a88d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ The annotated CSVs are now stored in subdirectories which reflect the FASTQ stru * We now provide a `--cores` argument to Snakemake, allowing snakemake v5.11 and higher to be used * We provide better information about samples for which no reads are yet available (i.e. no FASTQ has been written) +## 1.2.1 (19 August 2024) + +Added dockerfile and github action to automatically build and push images from main to dockerhub on release ## 1.1.0 (01 April 2020)