diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd2f202..01265439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.5.1] - 2021-07-05 + +### Bugfixes +- updated default mount point for `yagna` provider image cache [c546dd2](https://github.com/golemfactory/goth/commit/c546dd2b8eafe4bd65e782f2d73e60d5b6136eec) + ## [0.5.0] - 2021-06-29 ### Breaking changes diff --git a/pyproject.toml b/pyproject.toml index a9305bff..eb3f917d 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.5.0" +version = "0.5.1" description = "Golem Test Harness - integration testing framework" authors = ["Golem Factory "] license = "GPL-3.0"