diff --git a/CHANGELOG.md b/CHANGELOG.md index d92aece..d412332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.3.1 (2024-01-12) + +### Fix + +* fix: iframe scrolling for the optional navbar support (#17) ([`8c24f82`](https://github.com/Krande/paradoc/commit/8c24f8220b4ad248ed5d68d0a340ddaf1aaa9f52)) + + ## v0.3.0 (2024-01-12) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 798a658..f552593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "paradoc" -version = "0.3.0" +version = "0.3.1" authors = [ { name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" }, ]