diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb6b60..2bf9ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.2 - 2020-04-16 + +### Fixed +- Fix logging error `Call to undefined method setFileLogging()`. + ## 1.1.1 - 2020-04-15 ### Changed diff --git a/composer.json b/composer.json index d899a4c..3f18170 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/expanded-singles", "description": "A simple plugin for Craft CMS that alters the Entries Index sidebar to list all Singles, rather than grouping them under a 'Singles' link.", "type": "craft-plugin", - "version": "1.1.1", + "version": "1.1.2", "keywords": [ "craft", "cms", @@ -26,7 +26,7 @@ ], "require": { "craftcms/cms": "^3.4.0", - "verbb/base": "^1.0.0" + "verbb/base": "^1.0.2" }, "repositories": [ {