diff --git a/CHANGELOG.md b/CHANGELOG.md index b222f09..0428167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.18.0 + +- Add `toc` to the template context which provides a table of contents for the markdown. + # 0.17.0 - Fix bug with relative URLs when generating `sitemap.xml` diff --git a/pyproject.toml b/pyproject.toml index 7aef26a..9addee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version", "description"] [tool.poetry] name = "coltrane-web" -version = "0.17.0" +version = "0.18.0" description = "A simple content site framework that harnesses the power of Django without the hassle." authors = ["adamghill "] license = "MIT"