diff --git a/CHANGELOG.md b/CHANGELOG.md index 0338282..22c7b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.1.0] - 2021-5-29 + +## Functions! +### Added +- Ability to create and delete Appwrite functions +- Edit function settings +- View, and delete tags (creating tags is broken currently) +- Create and view function executions +- View execution output and errors + ## [0.0.9] - 2021-5-21 - Remove temporary fix for Appwrite https://github.com/appwrite/appwrite/issues/1171. Upstream issue was resolved. diff --git a/package.json b/package.json index e2cd115..9055a1b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-appwrite", "displayName": "Appwrite", "description": "Manage your Appwrite resources right from VS Code!", - "version": "0.0.9", + "version": "0.1.0", "engines": { "vscode": "^1.55.0" }, @@ -305,7 +305,7 @@ }, { "id": "Functions", - "name": "Functions" + "name": "Functions (Preview)" } ] },