diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ae679..8489fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.0.2 (2022-10-20) +### Fix +* Update path to pernoscoshared lib ([`8ac091b`](https://github.com/MozillaSecurity/bugmon/commit/8ac091bd464e760b770af4ef073399316f9beb8b)) + ## v2.0.1 (2022-10-20) ### Fix * Update autobisect to ensure log path is set ([`4722d0e`](https://github.com/MozillaSecurity/bugmon/commit/4722d0e26324ad23f52be5f1f9e85576761a53df)) diff --git a/pyproject.toml b/pyproject.toml index 21e818d..241d061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ maintainers = [ name = "bugmon" readme = "README.md" repository = "https://github.com/MozillaSecurity/bugmon" -version = "2.0.1" +version = "2.0.2" [tool.poetry.dependencies] autobisect = "^6.0.2"