diff --git a/CHANGELOG.md b/CHANGELOG.md index 34372377..4b76c8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.0] - 2022-01-19 + +### Breaking changes +- change `Probe#run_command_on_host` to include a process monitor in its return values [#571](https://github.com/golemfactory/goth/pull/571) + +### Other changes +- improve error reporting [#570](https://github.com/golemfactory/goth/pull/570) + ## [0.9.0] - 2021-11-17 ### Breaking changes diff --git a/pyproject.toml b/pyproject.toml index 1061042a..f2ccce13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ exclude= '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build| [tool.poetry] name = "goth" -version = "0.9.0" +version = "0.10.0" description = "Golem Test Harness - integration testing framework" authors = ["Golem Factory "] license = "GPL-3.0"