diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md index 01bf0c7..3e47f7d 100644 --- a/CHANGELOG_de-DE.md +++ b/CHANGELOG_de-DE.md @@ -44,3 +44,10 @@ # 0.1.7 * Fixed theme compile button in Administration + +# 0.2.0 + +* Fixed reschedule Task to not stack the nextExecutionTime +* Added env FROSH_TOOLS_TASK_LOGGING_INFO to log everything in tasks +* Changed FROSH_TOOLS_TASK_LOGGING to just log exceptions +* Fixed recommended value for IncrementStorage diff --git a/CHANGELOG_en-GB.md b/CHANGELOG_en-GB.md index 125e1a5..9c86322 100644 --- a/CHANGELOG_en-GB.md +++ b/CHANGELOG_en-GB.md @@ -44,3 +44,10 @@ # 0.1.7 * Fixed theme compile button in Administration + +# 0.2.0 + +* Fixed reschedule Task to not stack the nextExecutionTime +* Added env FROSH_TOOLS_TASK_LOGGING_INFO to log everything in tasks +* Changed FROSH_TOOLS_TASK_LOGGING to just log exceptions +* Fixed recommended value for IncrementStorage diff --git a/composer.json b/composer.json index 7c2960a..81e7576 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "frosh/tools", - "version": "0.1.7", + "version": "0.2.0", "description": "Provides some basic things for managing the Shopware Installation", "type": "shopware-platform-plugin", "license": "MIT",