diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c9edf..95545aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 2.0.0 (2019-09-16) - Add support for tunneling a local HTTPS server - Add support for localtunnel server with IP-based tunnel URLs diff --git a/package.json b/package.json index 7b475f6..634b9e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "localtunnel", "description": "Expose localhost to the world", - "version": "2.0.0-pre", + "version": "2.0.0", "license": "MIT", "repository": { "type": "git", @@ -32,4 +32,4 @@ "engines": { "node": ">=8.3.0" } -} +} \ No newline at end of file