diff --git a/CHANGELOG.md b/CHANGELOG.md index fab7e87d..7a3292b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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/), -## [Unreleased] +## [0.5.0] - 2022-05-10 ### Added - Support for C++ (Using JSCPP) - Support for Prolog (Using Tau-Prolog) diff --git a/manifest.json b/manifest.json index 7cfa1fae..0c2ee8e3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "execute-code", "name": "Execute Code", - "version": "0.4.0", + "version": "0.5.0", "minAppVersion": "0.12.0", "description": "Allows to execute code snippets within a note.", "author": "twibiral", diff --git a/versions.json b/versions.json index a4fef175..5f5a09cd 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.3.0": "0.12.0", "0.3.1": "0.12.0", "0.3.2": "0.12.0", - "0.4.0": "0.12.0" + "0.4.0": "0.12.0", + "0.5.0": "0.12.0" }