diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a752b..122c321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.1 + +### Prs in Release + +- [Better Git Version Parsing and Checking](https://github.com/jdoiro3/mkdocs-multirepo-plugin/pull/148) + ## 0.8.0 ### Prs in Release diff --git a/pyproject.toml b/pyproject.toml index 930cd02..c46d7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-multirepo-plugin" -version = "0.8.0" +version = "0.8.1" description = "Build documentation in multiple repos into one site." authors = ["jdoiro3 "] license = "MIT"