diff --git a/CHANGELOG.md b/CHANGELOG.md index f3548d7..a3d0ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "hylo-vscode" extension will be documented in this file. +## v0.7.2 - 2023-10-27 + +- Use extension path as working directory + - Allow log file to be written + ## v0.7.1 - 2023-10-27 First documented release diff --git a/package.json b/package.json index 0b6ea7f..c82e917 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Hylo", "description": "Hylo Language Support for VSCode", "license": "MIT", - "version": "0.7.1", + "version": "0.7.2", "repository": { "type": "git", "url": "https://github.com/koliyo/hylo-vscode-extension"