Skip to content

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed Nov 9, 2021
1 parent 5a0cfde commit 836e9ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 836e9ed

Please sign in to comment.