diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da3bced..858097d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.18.1 (2023-06-27) + +### Fix + +- **projects.py**: do not have an announcement stating the latest version + +### Refactor + +- **header.html**: revert flyout to default position for consistency + ## v0.18.0 (2023-06-27) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 8741fc35..cd65222b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.18.0" +version = "0.18.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -71,7 +71,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.18.0" +version = "0.18.1" version_files = ["pyproject.toml:^version"] tag_format = "v$version" annotated_tag = true