diff --git a/CHANGELOG.md b/CHANGELOG.md index bb905f9..9bfea80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/snakemake/snakemake-interface-report-plugins/compare/v1.1.2...v1.2.0) (2025-07-29) + + +### Features + +* add the metadata interface to the reporter class ([#6](https://github.com/snakemake/snakemake-interface-report-plugins/issues/6)) ([447bec4](https://github.com/snakemake/snakemake-interface-report-plugins/commit/447bec4fad598c74ccc6d01348ef6c164cf21247)) + ## [1.1.2](https://github.com/snakemake/snakemake-interface-report-plugins/compare/v1.1.1...v1.1.2) (2025-07-29) diff --git a/pyproject.toml b/pyproject.toml index 693e255..94e3774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-interface-report-plugins" -version = "1.1.2" +version = "1.2.0" description = "The interface for Snakemake report plugins." authors = ["Johannes Koester "] readme = "README.md"