diff --git a/CHANGELOG.md b/CHANGELOG.md index c5606bb..5eb9164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/RIVM-bioinformatics/juno-assembly/compare/v3.0.1...v3.0.2) (2023-08-10) + + +### Bug Fixes + +* sort reads before subsample for repeatability ([c14a50f](https://github.com/RIVM-bioinformatics/juno-assembly/commit/c14a50f3d286bc3f2e4410ba3208b96337cc8211)) + ## [3.0.1](https://github.com/RIVM-bioinformatics/juno-assembly/compare/v3.0.0...v3.0.1) (2023-07-19) diff --git a/version.py b/version.py index 92a9e97..b7e4652 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ __authors__ = "Alejandra Hernández Segura and Karim Hajji" __email__ = "karim.hajji@rivm.nl" __license__ = "AGPLv3" -__version__ = "3.0.1" +__version__ = "3.0.2" __description__ = "Juno-assembly pipeline for de novo assembly of paired Illumina WGS data from haploid organisms"