diff --git a/CHANGELOG.md b/CHANGELOG.md index e8cd2712..6d626ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), + +## [0.5.2] - 2022-05-22 +### Changed +- Fix issue #9. Works now on MacOS too. + ## [0.5.1] - 2022-05-22 ### Changed - Fix hardcoded Python path (Thanks to @vkmb) diff --git a/manifest.json b/manifest.json index 6b6f36dd..78ae0892 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "execute-code", "name": "Execute Code", - "version": "0.5.1", + "version": "0.5.2", "minAppVersion": "0.12.0", "description": "Allows to execute code snippets within a note.", "author": "twibiral", diff --git a/versions.json b/versions.json index 34ffa15f..51ac56ac 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.3.2": "0.12.0", "0.4.0": "0.12.0", "0.5.0": "0.12.0", - "0.5.1": "0.12.0" + "0.5.1": "0.12.0", + "0.5.2": "0.12.0" }