diff --git a/CHANGELOG.md b/CHANGELOG.md index f425d74f..045eb14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased (TBD) +## v0.8.1 (28 August 2023) - Fixes a bug where servicing equipment waiting for the next operational period at the end of a simulation get stuck in an infinite loop because the timeout is set for just prior to the end of the simulation, and not just after the end of the simulation's maximum run time. diff --git a/wombat/__init__.py b/wombat/__init__.py index afb41ca5..ec239fff 100644 --- a/wombat/__init__.py +++ b/wombat/__init__.py @@ -4,4 +4,4 @@ from wombat.core.library import create_library_structure -__version__ = "0.8.0" +__version__ = "0.8.1"