diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc9012..6210cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.5.3 + +- Add `loom` feature that exposes `event-listener`'s underlying `loom` feature. (#24) + # Version 0.5.2 - Re-export the `event-listener` crate. (#20) diff --git a/Cargo.toml b/Cargo.toml index d2aa0d0..44a456e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "event-listener-strategy" # Make sure to update CHANGELOG.md when the version is bumped here. -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["John Nunley "] rust-version = "1.60"