diff --git a/CHANGELOG.md b/CHANGELOG.md index 2251689f..a6f90883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.10.2] - 2022-02-21 + +### Other changes +- pin `markupsafe` version to `2.0.1` [821f1f3](https://github.com/golemfactory/goth/commit/821f1f3d9cdec6c05d97c18704a3ae7c0d3e4eda) + ## [0.10.1] - 2022-02-10 ### Other changes diff --git a/pyproject.toml b/pyproject.toml index cd47d892..540ee8d4 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.1" +version = "0.10.2" description = "Golem Test Harness - integration testing framework" authors = ["Golem Factory "] license = "GPL-3.0"