From 22b02e0e5cd145ab8da8b4e28200b68b88ae1224 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sat, 28 Mar 2020 10:46:42 -0700 Subject: [PATCH] update doc --- docs/CHANGELOG.md | 8 ++++++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"