diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d071d9..d596730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.8.1 + +- Bump `async-signal` to v0.2.3. (#56) + # Version 1.8.0 - Move from `signal-hook` to the `async-signal` crate. (#42) diff --git a/Cargo.toml b/Cargo.toml index 57ce1a5..5f28156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-process" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.8.0" +version = "1.8.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.63"