diff --git a/CHANGELOG.md b/CHANGELOG.md index ec33aa8..177200f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.4 + +### Prs in Release + +- [Add Bitbucket config in scripts.](https://github.com/jdoiro3/mkdocs-multirepo-plugin/pull/132) + ## 0.6.3 ### Prs in Release diff --git a/pyproject.toml b/pyproject.toml index 0af96d2..75e712a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-multirepo-plugin" -version = "0.6.3" +version = "0.6.4" description = "Build documentation in multiple repos into one site." authors = ["jdoiro3 "] license = "MIT"