diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3c951..638433b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.3.2 (2023-08-26) + +### Fix + +* **endedness:** Missing key for dictionary ([`b077893`](https://github.com/stjudecloud/ngsderive/commit/b0778931e9240b51f904a56fe9823067189b2c88)) + ## v3.3.1 (2023-08-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 53d07b2..0c60a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "ngsderive" -version = "3.3.1" +version = "3.3.2" description = "Forensic analysis tool useful in backwards computing information from next-generation sequencing data." license = "MIT" authors = [