diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d8a22..d92aece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.3.0 (2024-01-12) + +### Feature + +* feat: Add optional navbar to html export (#16) ([`605474c`](https://github.com/Krande/paradoc/commit/605474c71779f10c51b846079e0e73bfe644fedc)) + + ## v0.2.0 (2024-01-11) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 4121342..798a658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "paradoc" -version = "0.2.0" +version = "0.3.0" authors = [ { name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" }, ]