Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Sep 14, 2024
1 parent e9d650d commit 1c1e544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Input/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c1e544

Please sign in to comment.