diff --git a/CHANGELOG.md b/CHANGELOG.md index aa72713..d9a8991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.8.4](https://www.github.com/snakemake/snakedeploy/compare/v0.8.3...v0.8.4) (2023-02-01) + + +### Bug Fixes + +* add debugging code for conda env update subcommand ([#50](https://www.github.com/snakemake/snakedeploy/issues/50)) ([0ba8e30](https://www.github.com/snakemake/snakedeploy/commit/0ba8e3024504601793931323599eebe4a95b7d55)) + ### [0.8.3](https://www.github.com/snakemake/snakedeploy/compare/v0.8.2...v0.8.3) (2023-01-30) diff --git a/snakedeploy/version.py b/snakedeploy/version.py index 4ec18c0..66c8340 100644 --- a/snakedeploy/version.py +++ b/snakedeploy/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2020-2021, Vanessa Sochat" __license__ = "MPL 2.0" -__version__ = "0.8.3" +__version__ = "0.8.4" AUTHOR = "Vanessa Sochat" AUTHOR_EMAIL = "vsochat@stanford.edu" NAME = "snakedeploy"