diff --git a/CHANGELOG.md b/CHANGELOG.md index e170a4ad..04f48441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# v1.14.0 + * Allow using an HTTP header for auth [Pablo] * Add iptables rules to block requests to the supervisor API from all interfaces except vpn, docker and local [Pablo] diff --git a/package.json b/package.json index b0e040c9..792eda43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-supervisor", - "version": "1.13.2", + "version": "1.14.0", "scripts": { "postinstall": "sh postinstall.sh", "start": "./entry.sh",