diff --git a/CHANGELOG.md b/CHANGELOG.md index 7546df5..f9d0231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.1.0 + +- Update `async-executor`. + # Version 1.0.1 - Update dependencies. diff --git a/Cargo.toml b/Cargo.toml index 9daad19..6f693ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "1.0.1" +version = "1.1.0" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"