From 696d8027030fddca8ec04f24515b95aafbad8e97 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 18 Mar 2020 01:15:15 -0700 Subject: [PATCH] bump version --- 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 5c83799a..2d640464 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.3.0] - 2020-03-18 + +(websocket) Simplify ping/pong based heartbeat implementation + ## [8.2.7] - 2020-03-17 (ws) ws connect gains a new option to set the interval at which to send pings diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 8b91302f..65262236 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "8.2.7" +#define IX_WEBSOCKET_VERSION "8.3.0"