diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f9953..cd06c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.0.6 to 2.0.7 (fix) + +- Deletion of users who had approvals had not been possible, this is now fixed (new install needed) + +```bash +bin/console kimai:reload +bin/console kimai:bundle:approval:install +``` + ## 2.0.5 to 2.0.6 (enhancements) - Remove other deprecations diff --git a/composer.json b/composer.json index 232b82b..82853a9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Kimai plugin to manage approvals and supporting related API", "homepage": "https://www.kimai.org/store/katjaglass-approval-bundle.html", "type": "kimai-plugin", - "version": "2.0.6", + "version": "2.0.7", "keywords": [ "kimai", "kimai-plugin"