This commit is contained in:
Kostas Lekkas 2016-09-23 17:38:08 +03:00
parent eaa4cb01ab
commit c2f332fc62
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v2.2.0
* Add resin-vpn interface IP filtering to gosupervisor [Praneeth]
* Compress go binary with upx [petrosagg]
* Switch to go version 1.6 [petrosagg]

View File

@ -1,6 +1,6 @@
{
"name": "resin-supervisor",
"version": "2.1.1",
"version": "2.2.0",
"scripts": {
"start": "./entry.sh",
"build": "coffee -c src",