diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d2337b8..3534fcbb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # Changelog TYPO3 Crawler -## Crawler 9.2.1-dev - -### Added +## Crawler 9.2.1 +Crawler 9.2.1 was released on December 27th, 2020 ### Changed * Moved HTML from the LogRequestForm->drawLog_addRows() to Fluid-template diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 133b53313..8d81b0b61 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] copyright = since 2002 by AOE GmbH project = Crawler -release = 9.2.0 -version = 9.2.0 +release = 9.2.1 +version = 9.2.1 [html_theme_options] github_branch = master diff --git a/ext_emconf.php b/ext_emconf.php index 2e3591a1e..a7046140b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'author' => 'Kasper Skaarhoj, Daniel Poetzinger, Fabrizio Branca, Tolleiv Nietsch, Timo Schmidt, Michael Klapper, Stefan Rotsch, Tomas Norre Mikkelsen, Tizian Schmidlin', 'author_email' => 'dev@aoe.com', 'author_company' => 'AOE GmbH', - 'version' => '9.2.0', + 'version' => '9.2.1', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.14-11.0.99', diff --git a/sonar-project.properties b/sonar-project.properties index 6d253c836..f2b863e5d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=aoe-crawler sonar.projectName=Crawler -sonar.projectVersion=9.2.0 +sonar.projectVersion=9.2.1 sonar.sources=. sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**