diff --git a/CHANGELOG.md b/CHANGELOG.md index 1157fdd..a6d01b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.7.2 + +- Update `hermit-abi` to v0.4.0. (#209) + # Version 3.7.1 - Fix a typo in `Event::is_err()`. (#204) diff --git a/Cargo.toml b/Cargo.toml index 7f4dc8d..b418d47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "polling" # When publishing a new version: # - Update CHANGELOG.md # - Create "v3.x.y" git tag -version = "3.7.1" +version = "3.7.2" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"