diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d9fb2202..e885f934 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All changes to this project will be documented in this file. +## [9.1.4] - 2020-03-28 + +(jsoncpp) update bundled copy to version 1.9.3 (at sha 3beb37ea14aec1bdce1a6d542dc464d00f4a6cec) + +## [9.1.3] - 2020-03-27 + +(docker) alpine docker build with release with debug info, and bundle ca-certificates + ## [9.1.2] - 2020-03-26 (mac ssl) rename DarwinSSL -> SecureTransport (see this too -> https://github.com/curl/curl/issues/3733) diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 4b11b52c..1bc7bd0e 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "9.1.3" +#define IX_WEBSOCKET_VERSION "9.1.4"