update dependencies

This commit is contained in:
Johann150 2021-10-25 17:49:02 +02:00
parent 6af5efbf67
commit 37eef3dc9b
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
4 changed files with 21 additions and 7 deletions

View file

@ -198,6 +198,13 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
=> https://keepachangelog.com/en/1.0.0/ Keep a Changelog home page
=> https://semver.org/spec/v2.0.0.html Semantic versioning standard v2.0.0
## [3.1.3] - 2021-10-25
Thank you to @FoxKyong for contributing to this release.
### Fixed
* the fix for dual stack listening from 3.1.2 was executed asynchronously and would thus
sometimes fail. starting the listeners on different socket addresses is now synchronous
## [3.1.2] - 2021-10-15
Thank you to @etam for contributing to this release.