diff --git a/DOCKER_VERSION b/DOCKER_VERSION index dc0208ab..91e4a9f2 100644 --- a/DOCKER_VERSION +++ b/DOCKER_VERSION @@ -1 +1 @@ -6.3.1 +6.3.2 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e71003f8..6dd48f57 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [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. + ## [6.3.1] - 2019-09-29 - Add ability to use OpenSSL on apple platforms. diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index c7fadcbe..7a879220 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "6.3.1" +#define IX_WEBSOCKET_VERSION "6.3.2"