diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d98959..fdaecb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased +## 12.0.4 - 2024-03-29 + +### Fixed +- Use correct version in ext_emconf.php + ## 12.0.3 - 2024-03-28 ### Fixed diff --git a/ext_emconf.php b/ext_emconf.php index 17298f7..1b22296 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'createDirs' => '', 'clearCacheOnLoad' => 0, 'author_company' => '', - 'version' => '12.0.0', + 'version' => '12.0.4', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.9-12.4.99',