diff --git a/CHANGELOG.md b/CHANGELOG.md index de6b39c7a..4dbc9cead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.8.11 + +* Fix receiving IOCP events after deregistering a Windows named pipe + (https://github.com/tokio-rs/mio/pull/1760, backport pr: + https://github.com/tokio-rs/mio/pull/1761). + # 0.8.10 ## Added diff --git a/Cargo.toml b/Cargo.toml index 1b90f3eee..14e2ba143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "mio" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.8.10" +version = "0.8.11" license = "MIT" authors = [ "Carl Lerche ",