diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e682d2..56d904a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.3.0 - 2023-09-02 + +- Added support for passing arguments in to tasks (#89 by @MaxCheetham). +- Fixed some bugs with the tree view not displaying tasks correctly (#59, #79, + #90 by @MaxCheetham). + ## v0.2.0 - 2023-05-07 - Improve error handling in when Taskfiles contain errors (#25 by @pd93). diff --git a/package.json b/package.json index 60abd3e..5b91bd0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "https://taskfile.dev", "icon": "res/icon.png", "license": "MIT", - "version": "0.2.0", + "version": "0.3.0", "publisher": "task", "author": { "name": "Pete Davison",