diff --git a/Changelog.md b/Changelog.md index 740bac8..5b0af59 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# Version 6.0.7 (2022-03-09) +- [TASK] Update github workflow + +All changes +https://github.com/cdaecke/md_news_author/compare/v6.0.6...v6.0.7 + # Version 6.0.6 (2022-03-09) - [TASK] PHP 7.2 compatibility for upgrade wizard diff --git a/ext_emconf.php b/ext_emconf.php index 52c1b0e..ef17830 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '6.0.6', + 'version' => '6.0.7', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99',