diff --git a/CHANGELOG.md b/CHANGELOG.md index 8344aae0..e8ef8474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.11.0] - 2022-03-05 + +### Breaking changes +- change provider invocation taking into account that subnet is no longer stored in config [#585](https://github.com/golemfactory/goth/pull/585) + ## [0.10.4] - 2022-04-14 ### Other changes diff --git a/pyproject.toml b/pyproject.toml index 323243ea..c789900b 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.10.4" +version = "0.11.0" description = "Golem Test Harness - integration testing framework" authors = ["Golem Factory "] license = "GPL-3.0"