diff --git a/CHANGELOG.md b/CHANGELOG.md index da962c0..3a56118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,22 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 2.0.1 + ### Changed - Use CamelCase for the TsConfig folder (#522) - Stop using the `typo3/minimal` package on CI (#520, #531) - Update to Composer 2.4 (#513) - Change the default indentation for rst files to 4 spaces (#194) -### Deprecated - ### Removed - Remove the ancient acceptance tests (#512) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index b05719f..190fe9f 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,8 +4,8 @@ [general] project = TYPO3 EXT:tea -version = 2.0.0 -release = 2.0.0 +version = 2.0 +release = 2.0.1 copyright = since 2013 by the TYPO3 contributors [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index e21e91c..d021aeb 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Tea example', 'description' => 'Example extension for unit testing and best practices', - 'version' => '2.0.0', + 'version' => '2.0.1', 'category' => 'example', 'constraints' => [ 'depends' => [