diff --git a/CHANGELOG.md b/CHANGELOG.md index d056c48..6825ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.5](https://github.com/RIVM-bioinformatics/juno-typing/compare/v0.8.4...v0.8.5) (2024-11-12) + + +### Bug Fixes + +* remove biocore channel and replace blast-plus with blast ([40625dd](https://github.com/RIVM-bioinformatics/juno-typing/commit/40625dd1c904169da2c9c9eff1a350e7a43065c9)) + ## [0.8.4](https://github.com/RIVM-bioinformatics/juno-typing/compare/v0.8.3...v0.8.4) (2024-09-04) diff --git a/version.py b/version.py index 6cac0a9..7be96e2 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ __package_name__ = "juno_typing" __authors__ = "Alejandra Hernández Segura and Karim Hajji" -__email__ = "karim.hajji@rivm.nl" +__email__ = "roxanne.wolthuis@rivm.nl" __license__ = "AGPLv3" -__version__ = "0.8.4" +__version__ = "0.8.6" __description__ = "Juno Typing has incorporates many tools to type bacteria."