diff --git a/CHANGELOG.md b/CHANGELOG.md index 444e79b2..878ffcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.8.4](https://github.com/graeter-group/kimmdy/compare/v6.8.3...v6.8.4) (2024-07-04) + + +### Bug Fixes + +* close task logger handler after taks has run. fixes [#452](https://github.com/graeter-group/kimmdy/issues/452) ([451f3fd](https://github.com/graeter-group/kimmdy/commit/451f3fd02c2bf942939c2576fd13465916be4463)) + ## [6.8.3](https://github.com/graeter-group/kimmdy/compare/v6.8.2...v6.8.3) (2024-06-25) diff --git a/setup.cfg b/setup.cfg index c950f36b..6e9bcfa1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kimmdy -version = 6.8.3 +version = 6.8.4 license = MIT description = Kinetic Monte Carlo Molecular Dynamics description_content_type = text/markdown