diff --git a/CHANGELOG.md b/CHANGELOG.md index a8cacf9..034fd92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/compare/v0.2.1...v0.2.2) (2025-03-19) + + +### Documentation + +* doc link in README.md ([#27](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/issues/27)) ([2525ca0](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/2525ca0ce5266fecc1fecd9f1750b2f8f397e560)) + ## [0.2.1](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/compare/v0.2.0...v0.2.1) (2025-03-14) diff --git a/pyproject.toml b/pyproject.toml index b57a257..959e084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-aws-batch" -version = "0.2.1" +version = "0.2.2" description = "Snakemake executor plugin for AWS Batch" license = "MIT" authors = ["jakevc ", "W. Lee Pang "]