diff --git a/CHANGELOG.md b/CHANGELOG.md index 7662603..0b0d4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.18.2 + +- Add `request` to the template context when building static sites. + # 0.18.1 - Fix bug where static site path was incorrect. diff --git a/pyproject.toml b/pyproject.toml index f1f23bc..ec0223e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version", "description"] [tool.poetry] name = "coltrane-web" -version = "0.18.1" +version = "0.18.2" description = "A simple content site framework that harnesses the power of Django without the hassle." authors = ["adamghill "] license = "MIT"