diff --git a/CHANGELOG.md b/CHANGELOG.md index 256fbd4..e7dca5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.9.1 + +- Fix a hang that occurs when running a local queue via ticking. (#104) + # Version 1.9.0 - Re-introduce the thread-local task push optimization to the executor. (#93) diff --git a/Cargo.toml b/Cargo.toml index aadb95d..ec818e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-executor" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.9.0" +version = "1.9.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.61"