diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f758f9..8491024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.2.4](https://github.com/akcorut/kGWASflow/compare/v1.2.3...v1.2.4) (2023-09-19) + + +### Features + +* add user defined manhattan plot parameters ([b71f0fb](https://github.com/akcorut/kGWASflow/commit/b71f0fb54c08c9d4e0d48997e082f22389942687)) + + +### Bug Fixes + +* fixed qmplot link for the report ([0dec539](https://github.com/akcorut/kGWASflow/commit/0dec539c699719c52dc47211a336a7c82f44ae46)) +* fixed typo in rule bowtie2_build ([#19](https://github.com/akcorut/kGWASflow/issues/19)) ([9ef6faf](https://github.com/akcorut/kGWASflow/commit/9ef6faf998806a6e36d6d608c37d98b39ee3820e)) + + +### Performance Improvements + +* changed snakemake to snakemake-minimal ([8f85998](https://github.com/akcorut/kGWASflow/commit/8f8599877b0cb2915d88c6ec67ff814982a94197)) + ## [1.2.3](https://github.com/akcorut/kGWASflow/compare/v1.2.2...v1.2.3) (2023-05-09)