From 48ea80bb8fa2650f9cde8677bcedbcbe9f2db41b Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 28 Jan 2020 10:50:03 -0800 Subject: [PATCH] bump version and update changelog --- 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 49ed05be..2dadb237 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. +## [8.0.1] - 2020-01-28 + +Fix bug #151 - If a socket connection is interrupted, calling stop() on the IXWebSocket object blocks until the next retry + ## [8.0.0] - 2020-01-26 (SocketServer) add ability to bind on an ipv6 address diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 43ec07bf..7852c3da 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "8.0.0" +#define IX_WEBSOCKET_VERSION "8.0.1"