diff --git a/README.md b/README.md index 67652e0..c0e129b 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,17 @@ make test ## Changelog +### v1.0.0 + +- Remove support for Node 0.10 and 0.12. (#103) +- Support for using a custom executable (#99) +- Hide API key from logs (#97) +- Configurable connection retries (#101) +- Various fixes for the Windows (#68, #95, #98) +- Unwatch ready file on close (#67) +- Auto-fetch the latest sc version (#96) +- Support vv option (#93) + ### v0.15.1 - Add http/s proxy support for download. (#80, #83) diff --git a/package.json b/package.json index 10a28d0..58bc141 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sauce-connect-launcher", "description": "A library to download and launch Sauce Connect.", - "version": "0.17.0", + "version": "1.0.0", "homepage": "https://github.com/bermi/sauce-connect-launcher", "author": "Bermi Ferrer ", "main": "lib/sauce-connect-launcher", @@ -19,7 +19,8 @@ }, "scripts": { "postinstall": "node scripts/install.js || nodejs scripts/install.js", - "test": "make test" + "test": "make test", + "version": "git add README.md" }, "dependencies": { "adm-zip": "~0.4.3",