diff --git a/CHANGELOG.md b/CHANGELOG.md index d99800c..55f3fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.10.0 + +- Changed how workspaces are made, evaluations should only have access to their own folder now. +- Fixed PHP. + ## 1.9.0 - Added `languages` command. diff --git a/package.json b/package.json index fdbc45b..de377c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comp_iler", - "version": "1.9.0", + "version": "1.10.0", "description": "Sandboxed eval bot", "main": "src/index.js", "author": "1Computer1",