From ff489515be2bb915ba0bc4b20ab41b9cb4c5e1d4 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 22 Dec 2019 20:32:10 -0800 Subject: [PATCH] v7.6.4 --- docs/CHANGELOG.md | 9 ++++++++- ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b4567cb5..5567d56c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog -All notable changes to this project will be documented in this file. +All changes to this project will be documented in this file. + +## [7.6.4] - 2019-12-22 + +(client) error handling, quote url in error case when failing to parse on +(ws) ws_cobra_publish: register callbacks before connecting +(doc) mention mbedtls in supported ssl server backend + ## [7.6.3] - 2019-12-20 diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 1eb02b34..453b56c0 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "7.6.3" +#define IX_WEBSOCKET_VERSION "7.6.4"