ws has a --version option

This commit is contained in:
Benjamin Sergeant
2019-09-30 17:31:33 -07:00
parent 1fdbc2bc22
commit a1f3c40a2d
4 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.3.3] - 2019-09-30
- ws has a --version option
## [6.3.2] - 2019-09-29
- (http + websocket clients) can specify cacert and some other tls options (not implemented on all backend). This makes it so that server certs can finally be validated on windows.