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

@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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.