diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2f258..33b1dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.3.0 + +- Add `StreamExt::drain` for draining objects from a `Stream` without waiting (#70). + # Version 2.2.0 - Relax `Unpin` bounds on `io::copy`. (#87) diff --git a/Cargo.toml b/Cargo.toml index 0715b96..8655eaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "futures-lite" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.2.0" +version = "2.3.0" authors = [ "Stjepan Glavina ", "Contributors to futures-rs",