diff --git a/CHANGELOG.md b/CHANGELOG.md index eedc7b9..4b8f282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.0 + +- **Breaking:** Bump `event-listener` to v4.0.0. (#10) + # Version 0.3.0 - **Breaking:** Remove an unneeded lifetime from the public API. (#6) diff --git a/Cargo.toml b/Cargo.toml index dc85e34..0903fe8 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.3.0" +version = "0.4.0" edition = "2018" authors = ["John Nunley "] rust-version = "1.59"