diff --git a/History.md b/History.md index 0ac767a..91dd5db 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,16 @@ +0.18.0 / 2016-06-23 +=================== + + * don't use http2 agent when `--url` is set [@nkzawa] + * send user-agent on login [@nkzawa] + * removing a deployment warns about alias removal [@rauchg] + * improve error handling for certificates [@rauchg] + * improve alias message [@rauchg] + * improve alias listing style [@rauchg] + * add automatic DNS records configuration [@rauchg] + * add support for `now domains` [@rauchg] + 0.17.1 / 2016-06-07 =================== diff --git a/package.json b/package.json index 2b7a81b..f7ee365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.17.1", + "version": "0.18.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",