diff --git a/CHANGELOG b/CHANGELOG index fe84a7f..8e0dfb1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v1.1.4 - Improved responsiveness to config updates + * changed which TCP/UDP ports are bound to on config update + * update tunnel server settings on config update + * update socks5 setting on config update + v1.1.3 - Better late than never... here's some stuff we've got * fixed (probably) network settings not being readable * supports timeouts in loopback check diff --git a/package.json b/package.json index 2cd1c2c..bd7a739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goldilocks", - "version": "1.1.3", + "version": "1.1.4", "description": "The node.js webserver that's just right, Greenlock (HTTPS/TLS/SSL via ACME/Let's Encrypt) and tunneling (RVPN) included.", "main": "bin/goldilocks.js", "repository": {