diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d81234..27c228a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.1 - 2026-01-03 + +- Fixed potential future PHP errors when installed on a phpBB 4.0.0-a2 board. +- Fixed potential future issues when trying to set up EPV in the GitHub actions workflows. + ## 1.2.0 - 2025-06-04 - Dropped support for phpBB 3.2.x. This version now requires at least phpBB 3.3.0 and PHP 7.1. diff --git a/composer.json b/composer.json index ed54745..0fe75ca 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "The official phpBB skeleton extension generator.", "homepage": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-2.0-only", "authors": [ {