diff --git a/CHANGELOG.md b/CHANGELOG.md index 12113ad..e71b31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.0.3 - 2024-09-14 ### Fixed - Fixed an error that occurred when using Twig 3.13 or later (thanks @jaspertandy) diff --git a/composer.json b/composer.json index c9a2fe0..9bb0430 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ttempleton/craft-nocache", "description": "A Twig extension to escape caching inside cache blocks", - "version": "3.0.2", + "version": "3.0.3", "type": "craft-plugin", "keywords": [ "cms", @@ -34,7 +34,7 @@ "name": "No-Cache", "class": "ttempleton\\nocache\\Plugin", "changelogUrl": "https://github.com/ttempleton/craft-nocache/blob/master/CHANGELOG.md", - "downloadUrl": "https://github.com/ttempleton/craft-nocache/archive/refs/tags/3.0.2.zip" + "downloadUrl": "https://github.com/ttempleton/craft-nocache/archive/refs/tags/3.0.3.zip" }, "config": { "allow-plugins": {