diff --git a/CHANGELOG.md b/CHANGELOG.md index bad26ad..d754339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.2.4 + +- Use the `async-lock` crate as the locking mechanism. (#14) + # Version 1.2.3 - Remove the unnecessary `simple-mutex` dependency. (#10) diff --git a/Cargo.toml b/Cargo.toml index e2a88c7..8af27c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-dup" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.2.3" +version = "1.2.4" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.59"