bump version and update changelog

This commit is contained in:
Benjamin Sergeant 2020-01-28 10:50:03 -08:00
parent 86d3fc8621
commit 2d28b7d4ff
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Changelog # Changelog
All changes to this project will be documented in this file. 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 ## [8.0.0] - 2020-01-26
(SocketServer) add ability to bind on an ipv6 address (SocketServer) add ability to bind on an ipv6 address

View File

@ -6,4 +6,4 @@
#pragma once #pragma once
#define IX_WEBSOCKET_VERSION "8.0.0" #define IX_WEBSOCKET_VERSION "8.0.1"