diff --git a/CHANGELOG.md b/CHANGELOG.md index 122c321..cd3b71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.2 + +### Prs in Release + +- [Fix Version Parsing](https://github.com/jdoiro3/mkdocs-multirepo-plugin/pull/151) + ## 0.8.1 ### Prs in Release diff --git a/pyproject.toml b/pyproject.toml index c46d7df..0a3c85a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-multirepo-plugin" -version = "0.8.1" +version = "0.8.2" description = "Build documentation in multiple repos into one site." authors = ["jdoiro3 "] license = "MIT"