diff --git a/CHANGELOG.md b/CHANGELOG.md index 84dd5e3..2a19f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.0.8 + +## MISC + +- fbcbb93 Fix phpstan issues + +## Contributors + +- Rico Sonntag + # 2.0.7 ## MISC diff --git a/ext_emconf.php b/ext_emconf.php index 3b8d466..671d287 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'author_email' => 'thomas.schoene@netresearch.de, axel.seemann@netresearch.de, tobias.hein@netresearch.de, rico.sonntag@netresearch.de', 'author_company' => 'Netresearch DTT GmbH', 'state' => 'stable', - 'version' => '2.0.7', + 'version' => '2.0.8', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.99.99',