diff --git a/CHANGELOG.md b/CHANGELOG.md index 3566764..92d7701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.3.2 - 2023-11-20 + +- Fixed another small bug with the new argument passing (#94 by @MaxCheetham). +- Bumped the minimum required version of `task` to v3.24.0. + ## v0.3.1 - 2023-09-02 - Fixed a small bug with the new argument passing (#93 by @MaxCheetham). diff --git a/package.json b/package.json index f19587c..cd2828d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "https://taskfile.dev", "icon": "res/icon.png", "license": "MIT", - "version": "0.3.1", + "version": "0.3.2", "publisher": "task", "author": { "name": "Pete Davison",