diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c59262..f345f15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ x.x.x - TODO 3.x.x - 2024xxxx * ... -3.2.1 - 20240914 Update bootstrap5 template +3.2.2 - 20240914 Update bootstrap5 template + fix integrity + * Fix integrity checks for bootstrap5 template - see PR #106 from @dunxd * Fix thumbnails and add series list to author page in bootstrap5 template - see PR #106 from @dunxd 3.2.0 - 20240914 Return response from handlers + replace GraphQL Playground (dev only) diff --git a/src/Input/Config.php b/src/Input/Config.php index b529d319..3997564c 100644 --- a/src/Input/Config.php +++ b/src/Input/Config.php @@ -16,7 +16,7 @@ */ class Config { - public const VERSION = '3.2.1'; + public const VERSION = '3.2.2'; public const ENDPOINT = [ "index" => "index.php", "feed" => "feed.php",