chore: add changelog

This commit is contained in:
Ivan Dyachkov 2023-06-08 15:08:08 +02:00
parent abbba71191
commit 0e0d7c10a5
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Fix issue when mqtt clients could not connect over TLS if the listener was configured to use TLS v1.3 only.
The problem was that TLS connection was trying to use options incompatible with TLS v1.3.