This commit is contained in:
Pablo Carranza Vélez 2015-10-09 17:12:27 +00:00
parent 3404b4f45b
commit c1703ce97a
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.1.0
* Switch back to using arch-based node images [Pablo] * Switch back to using arch-based node images [Pablo]
* Don't allow bootstrap to delete apiSecret from DB [Pablo] * Don't allow bootstrap to delete apiSecret from DB [Pablo]
* Add API endpoint to expire and create new API key [Pablo] * Add API endpoint to expire and create new API key [Pablo]

View File

@ -1,6 +1,6 @@
{ {
"name": "resin-supervisor", "name": "resin-supervisor",
"version": "1.0.2", "version": "1.1.0",
"scripts": { "scripts": {
"postinstall": "bash postinstall.sh", "postinstall": "bash postinstall.sh",
"start": "./entry.sh" "start": "./entry.sh"