Skip to content

Commit 5f2955e

Browse files
bsergeanBenjamin Sergeant
and
Benjamin Sergeant
authored
Feature/version 11.3.2 (#329)
* mbedls system certs * missing curly brace ... * windows uwp for appveyor * try again uwp * bump version * keep using local cacert.pem in unittest * appveyor back to normal * remove appveyor file Co-authored-by: Benjamin Sergeant <[email protected]>
1 parent 8820815 commit 5f2955e

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
lines changed

appveyor.yml

-22
This file was deleted.

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [11.3.2] - 2021-11-24
6+
7+
(server) Add getters for basic Servers properties (like port, host, etc...) (#327) + fix one compiler warning
8+
59
## [11.3.1] - 2021-10-22
610

711
(library/cmake) Compatible with MbedTLS 3 + fix a bug on Windows where the incorrect remote port is computed (#320)

ixwebsocket/IXWebSocketVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
#pragma once
88

9-
#define IX_WEBSOCKET_VERSION "11.3.1"
9+
#define IX_WEBSOCKET_VERSION "11.3.2"

0 commit comments

Comments
 (0)