diff --git a/CHANGELOG.md b/CHANGELOG.md index 0069f3d9..77ab1ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/IKIM-Essen/uncovar/compare/v1.1.0...v1.1.1) (2024-11-04) + + +### Bug Fixes + +* fix file not found error on shared fs storage ([#673](https://github.com/IKIM-Essen/uncovar/issues/673)) ([c28db96](https://github.com/IKIM-Essen/uncovar/commit/c28db9608c816cc775397096d45bd33c8e59aace)) + ## [1.1.0](https://github.com/IKIM-Essen/uncovar/compare/v1.0.0...v1.1.0) (2024-10-31) diff --git a/version.txt b/version.txt index 9084fa2f..524cb552 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/workflow/Snakefile b/workflow/Snakefile index 670d9551..c6fcddf5 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -21,7 +21,7 @@ report: "report/workflow.rst" container: "docker://condaforge/mambaforge" -containerized: "quay.io/uncovar/uncovar#1.1.0" +containerized: "quay.io/uncovar/uncovar#1.1.1" include: "rules/common.smk"