Skip to content

Commit

Permalink
Feature/version 11.3.2 (#329)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
bsergean and Benjamin Sergeant authored Nov 24, 2021
1 parent 8820815 commit 5f2955e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
22 changes: 0 additions & 22 deletions appveyor.yml

This file was deleted.

4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [11.3.2] - 2021-11-24

(server) Add getters for basic Servers properties (like port, host, etc...) (#327) + fix one compiler warning

## [11.3.1] - 2021-10-22

(library/cmake) Compatible with MbedTLS 3 + fix a bug on Windows where the incorrect remote port is computed (#320)
Expand Down
2 changes: 1 addition & 1 deletion ixwebsocket/IXWebSocketVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

#pragma once

#define IX_WEBSOCKET_VERSION "11.3.1"
#define IX_WEBSOCKET_VERSION "11.3.2"

0 comments on commit 5f2955e

Please sign in to comment.