diff --git a/CHANGELOG.md b/CHANGELOG.md index 248a471..0c51516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.0.3 - 2023-09-20 + +### Added +- Add ability to set Monolog target options. + ## 2.0.2 - 2023-05-10 ### Added diff --git a/composer.json b/composer.json index 2068038..6aee108 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/base", "description": "Common utilities and building-blocks for Verbb plugins for Craft CMS.", "type": "yii-module", - "version": "2.0.2", + "version": "2.0.3", "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/verbb-base/issues?state=open",