bump version number

This commit is contained in:
Benjamin Sergeant 2020-04-25 11:41:58 -07:00
parent 953c680eee
commit 287e48962f
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.
## [9.4.1] - 2020-04-25
(header) Add a space between header name and header value since most http parsers expects it, although it it not required. Cf #184 and #155
## [9.4.0] - 2020-04-24 ## [9.4.0] - 2020-04-24
(ssl) Add support for supplying SSL CA from memory, for OpenSSL and MbedTLS backends (ssl) Add support for supplying SSL CA from memory, for OpenSSL and MbedTLS backends

View File

@ -6,4 +6,4 @@
#pragma once #pragma once
#define IX_WEBSOCKET_VERSION "9.4.0" #define IX_WEBSOCKET_VERSION "9.4.1"