diff --git a/CHANGELOG.md b/CHANGELOG.md index 56bab379..5ee5d329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.0.15 + +* Disabled the TCP ping whilst the VPN is connected. [Praneeth] +* Added TCP ping enable/disable endpoints. [Praneeth] +* Added initial go supervisor, using it to purge the /data directory of apps. [Pablo] +* Mounted /lib/firmware into the user container. [Pablo] +* Fixed spaces in env vars for web terminal. [Petros] +* Added missing return when no app id specified. [Pablo] * Try to populate the docker cache before building. [Page] # v0.0.15 diff --git a/package.json b/package.json index 8a60d7bc..58b285ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-supervisor", - "version": "0.0.15", + "version": "0.0.16", "scripts": { "postinstall": "bash postinstall.sh", "start": "./entry.sh"