bump version

This commit is contained in:
Benjamin Sergeant 2020-04-27 12:36:56 -07:00
parent 33ebd00932
commit fbca513008
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.
## [9.5.2] - 2020-04-27
(cmake) fix cmake broken tls option parsing
## [9.5.1] - 2020-04-27
(http client) Set default values for most HttpRequestArgs struct members (fix #185)

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "9.5.1"
#define IX_WEBSOCKET_VERSION "9.5.2"