diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d83a9b..8abb324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.2](https://github.com/snakemake/snakemake-interface-common/compare/v1.9.1...v1.9.2) (2023-09-26) + + +### Bug Fixes + +* various fixes ([5f0636f](https://github.com/snakemake/snakemake-interface-common/commit/5f0636f16148fc8f4078a53079be1ddc66f44d69)) + ## [1.9.1](https://github.com/snakemake/snakemake-interface-common/compare/v1.9.0...v1.9.1) (2023-09-26) diff --git a/pyproject.toml b/pyproject.toml index 3d8c8f3..cad6a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-interface-common" -version = "1.9.1" +version = "1.9.2" description = "Common functions and classes for Snakemake and its plugins" authors = ["Johannes Koester "] readme = "README.md"