From 4f76a56233e815e765a88f46003ca740d8bc36f6 Mon Sep 17 00:00:00 2001 From: William Fondrie Date: Tue, 20 Jul 2021 10:27:47 -0700 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51eb390..7d4edb65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog for mokapot +## [0.7.3] - 2021-07-20 +### Fixed +- Fixed bug where the `--keep_decoys` did not work with `--aggregate`. Also, + added tests to cover this. Thanks @jspaezp! + ## [0.7.2] - 2021-07-16 ### Added - `--keep_decoys` option to the command line interface. Thanks @jspaezp!