diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6465e..a7928d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.4.1 + +- Update to events-listener 4.0 + # Version 2.4.0 - Update to async-io 2.0 diff --git a/Cargo.toml b/Cargo.toml index 22ad447..b753964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-global-executor" -version = "2.4.0" +version = "2.4.1" authors = ["Marc-Antoine Perennou "] description = "A global executor built on top of async-executor and async-io" edition = "2021"