diff --git a/CHANGELOG.md b/CHANGELOG.md index a491c60..aae010b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.14.0...v0.14.1) (2025-01-17) + + +### Bug Fixes + +* mastodonbot ([#187](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/187)) ([9c2fd03](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/9c2fd036e8ef682eedc5bc96f173d79d981f9831)) + ## [0.14.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.13.0...v0.14.0) (2025-01-16) diff --git a/pyproject.toml b/pyproject.toml index 9c900e4..cb62533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "0.14.0" +version = "0.14.1" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",