diff --git a/CHANGELOG.md b/CHANGELOG.md index 8335767..1ab5764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.1.11 +## 07/05/2026 + +1. [](#new) + * Verify compatibility against Grav `2.0`. + # v0.1.10 ## 08/12/2022 diff --git a/blueprints.yaml b/blueprints.yaml index efb6605..f32507c 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Grav Coder slug: grav-coder type: theme -version: 0.1.10 +version: 0.1.11 description: Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme. icon: rebel author: @@ -15,5 +15,10 @@ bugs: https://github.com/ParitoshBh/grav-coder/issues readme: https://github.com/ParitoshBh/grav-coder/blob/master/README.md license: MIT +compatibility: + grav: + - '1.7' + - '2.0' + dependencies: - { name: grav, version: ">=1.6.0" }