diff --git a/CHANGELOG.md b/CHANGELOG.md index e79e3966..8940fa05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.6.3] - 2021-08-16 + +### Bugfixes +- expand path variable in `Probe.get_agent_env_vars` [#534](https://github.com/golemfactory/goth/pull/534) + ## [0.6.2] - 2021-08-11 ### Features diff --git a/pyproject.toml b/pyproject.toml index 7d1e84eb..fb7fd938 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.6.2" +version = "0.6.3" description = "Golem Test Harness - integration testing framework" authors = ["Golem Factory "] license = "GPL-3.0"