diff --git a/CHANGELOG.md b/CHANGELOG.md index df089f1..efbd21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/snakemake/snakemake-executor-plugin-drmaa/compare/v0.1.1...v0.1.2) (2023-11-30) + + +### Bug Fixes + +* adapt to interface changes ([bfe3aea](https://github.com/snakemake/snakemake-executor-plugin-drmaa/commit/bfe3aea37aee93cca0b00f337689dd6f1c299ee4)) + ## [0.1.1](https://github.com/snakemake/snakemake-executor-plugin-drmaa/compare/v0.1.0...v0.1.1) (2023-11-20) diff --git a/pyproject.toml b/pyproject.toml index fa7af71..65cefe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-drmaa" -version = "0.1.1" +version = "0.1.2" description = "A snakemake executor plugin for submission of jobs via DRMAA." authors = ["Johannes Koester "] readme = "README.md"