diff --git a/CHANGELOG.md b/CHANGELOG.md index e44f862..d348485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.9.2](https://www.github.com/bihealth/ngs-chew/compare/v0.9.1...v0.9.2) (2024-01-10) + + +### Bug Fixes + +* release-please action ([#60](https://www.github.com/bihealth/ngs-chew/issues/60)) ([718bd1d](https://www.github.com/bihealth/ngs-chew/commit/718bd1d5fa8f38d6e61e2495870e40fa4ff4f221)) + ### [0.9.1](https://www.github.com/bihealth/ngs-chew/compare/v0.9.0...v0.9.1) (2024-01-10) diff --git a/chew/_version.py b/chew/_version.py index d69d16e..a2fecb4 100644 --- a/chew/_version.py +++ b/chew/_version.py @@ -1 +1 @@ -__version__ = "0.9.1" +__version__ = "0.9.2"