bump version

This commit is contained in:
Benjamin Sergeant 2020-03-18 01:15:15 -07:00
parent b287730c19
commit 696d802703
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "8.2.7"
#define IX_WEBSOCKET_VERSION "8.3.0"