diff --git a/CHANGELOG.md b/CHANGELOG.md index 550ebda..1e5f4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.0.0 + +- **Breaking:** Bump `async-io` to version 2.0.0. (#28) +- Bump `futures-lite` to version 2.0.0. (#29) + # Version 1.8.0 - Bump MSRV to 1.63. (#23) diff --git a/Cargo.toml b/Cargo.toml index 2d1346e..20a2ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "async-net" # When publishing a new version: # - Update CHANGELOG.md -# - Create "v1.x.y" git tag -version = "1.8.0" +# - Create "v2.x.y" git tag +version = "2.0.0" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"