bump version

This commit is contained in:
Benjamin Sergeant 2019-10-01 16:01:32 -07:00
parent 95dd03b298
commit 1f8944852a
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
6.3.4
7.0.0

View File

@ -1,6 +1,10 @@
# Changelog
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
- all ws subcommands propagate tls options to servers (unimplemented) or ws or http client (implemented) (contributed by Matt DeBoer)

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "6.3.4"
#define IX_WEBSOCKET_VERSION "7.0.0"