diff --git a/CHANGELOG.md b/CHANGELOG.md index a77b5a9..d305121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.1.2 + +- Add `smol-rs` logo to docs. (#16) + # Version 1.1.1 - Use `will_wake()` to avoid unnecessary cloning. (#12) diff --git a/Cargo.toml b/Cargo.toml index 900d9c8..0dd339f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "atomic-waker" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.1.1" +version = "1.1.2" authors = [ "Stjepan Glavina ", "Contributors to futures-rs",