diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd15acc..4e0814a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.8.0] - 2021-11-09 + +### Features +- enable per-node payment platform configuration in `goth-config.yml` [#556](https://github.com/golemfactory/goth/pull/556) +- expose payment config object in `Probe`s [#564](https://github.com/golemfactory/goth/pull/564) + +### Other changes +- increase proposal collection timeout to 30s [#563](https://github.com/golemfactory/goth/pull/563) +- decrease yagna broadcast intervals [#558](https://github.com/golemfactory/goth/pull/558) + ## [0.7.4] - 2021-10-13 ### Other changes diff --git a/pyproject.toml b/pyproject.toml index 5b622348..91b391fe 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.7.4" +version = "0.8.0" description = "Golem Test Harness - integration testing framework" authors = ["Golem Factory "] license = "GPL-3.0"