bump version for universal windows platform fixes

This commit is contained in:
Benjamin Sergeant 2020-05-01 11:32:58 -07:00
parent b34d9f6a06
commit d8597b054c
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.4] - 2020-05-01
(windows) fix build for universal windows platform
## [9.5.3] - 2020-04-29
(http client) better current request cancellation support when the HttpClient destructor is invoked (see #189)

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "9.5.3"
#define IX_WEBSOCKET_VERSION "9.5.4"