From 7c1b57c8cd04a3c8f81de89eec62aafed5c9032d Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 7 Jul 2020 10:58:20 -0700 Subject: [PATCH] (cmake) change the way zlib and openssl are searched --- docs/CHANGELOG.md | 4 ++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3f2f74eb..e9e81774 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to this project will be documented in this file. +## [9.8.6] - 2020-07-06 + +(cmake) change the way zlib and openssl are searched + ## [9.8.5] - 2020-07-06 (cobra python bots) remove the test which stop the bot when events do not follow cobra metrics system schema with an id and a device entry diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 4b659abf..af2b0a34 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "9.8.5" +#define IX_WEBSOCKET_VERSION "9.8.6"