bump version
This commit is contained in:
parent
13801dff8a
commit
d93bd9b58b
@ -1 +1 @@
|
|||||||
6.3.4
|
7.0.0
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [7.0.0] - 2019-10-01
|
||||||
|
|
||||||
|
- TLS support in server code, only implemented for the OpenSSL SSL backend for now.
|
||||||
|
|
||||||
## [6.3.4] - 2019-09-30
|
## [6.3.4] - 2019-09-30
|
||||||
|
|
||||||
- all ws subcommands propagate tls options to servers (unimplemented) or ws or http client (implemented) (contributed by Matt DeBoer)
|
- all ws subcommands propagate tls options to servers (unimplemented) or ws or http client (implemented) (contributed by Matt DeBoer)
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IX_WEBSOCKET_VERSION "6.3.4"
|
#define IX_WEBSOCKET_VERSION "7.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user