From 836e9ed34fa06ca6c6af5e70fb011d16cc513809 Mon Sep 17 00:00:00 2001 From: Kuba Mazurek Date: Tue, 9 Nov 2021 17:29:07 +0100 Subject: [PATCH] Prepare 0.8.0 release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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"