diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ddc608d9..d6624b67 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to this project will be documented in this file. +## [11.0.4] - 2020-11-16 + +(ixwebsocket) Handle EINTR return code in ix::poll and IXSelectInterrupt + ## [11.0.3] - 2020-11-16 (ixwebsocket) Fix #252 / regression in 11.0.2 with string comparisons diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 0f2f88cc..632540ee 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "11.0.3" +#define IX_WEBSOCKET_VERSION "11.0.4"