diff --git a/CHANGELOG.md b/CHANGELOG.md index 01071cb..2900c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.8.0 + +- Add functionality for posting events to the IOCP. (#101) + # Version 2.7.0 - Add edge/oneshot combination mode. (#96) diff --git a/Cargo.toml b/Cargo.toml index 2c08d8b..3434972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "polling" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.7.0" +version = "2.8.0" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.47"