diff --git a/CHANGELOG.md b/CHANGELOG.md index 895c193..cc57898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.2.3 + +- Bump version for docs.rs to pick up latest dependencies. + # Version 1.2.2 - Bump version for docs.rs to pick up latest dependencies. diff --git a/Cargo.toml b/Cargo.toml index 73f7e17..f478bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "1.2.2" +version = "1.2.3" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"