bump version number

This commit is contained in:
Benjamin Sergeant 2019-09-29 22:10:07 -07:00
parent 0f4def2338
commit 1fdbc2bc22
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
6.3.1
6.3.2

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.3.2] - 2019-09-29
- (http + websocket clients) can specify cacert and some other tls options (not implemented on all backend). This makes it so that server certs can finally be validated on windows.
## [6.3.1] - 2019-09-29
- Add ability to use OpenSSL on apple platforms.

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "6.3.1"
#define IX_WEBSOCKET_VERSION "6.3.2"