diff --git a/CHANGELOG.md b/CHANGELOG.md index ca1cc3e..9c9ba8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.1 (2025-01-18) + +### Fix + +- reversed it not a method + ## v1.1.0 (2025-01-18) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 491afe3..79c0851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "grimoire-ssg" packages = [ { include = "grimoiressg" } ] -version = "1.1.0" +version = "1.1.1" description = "A minimalistic Static Site Generator" authors = ["Sigma "] license = "BSD-2-Clause"