diff --git a/README.md b/README.md index f0a5785..37e22d2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In contrast to OpenSSH, the client and server decide which TCP port to use on their side. For security (wss) use an SSL-capable HTTP proxy server such as -nginx in front of the wstcp server. The client supports connecting +nginx in front of the wstcp server. The client supports connecting to `wss://` URLs. The command-line tools @@ -226,6 +226,10 @@ Connect to a wstcp server. Changelog --------- +### 1.0.4 (2021-08-10) + +- Stability improvements on lossy links. + ### 1.0.3 (2019-11-05) - Improved documentation. diff --git a/package.json b/package.json index d9a1743..8880d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wstcp", - "version": "1.0.3", + "version": "1.0.4", "description": "Client and server implementation of TCP forwarding over WebSocket", "main": "index.js", "dependencies": {