From 50d49e741a264f4f9eb252fbd4b779413ef73b05 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 30 Mar 2024 07:42:36 -0700 Subject: [PATCH] v0.5.1 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701e152..b4b1ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.5.1 + +- Fix the `repository` field in `Cargo.toml` to point to the correct repository. (#17) + # Version 0.5.0 - **Breaking:** Bump `event-listener` to v5.0.0. (#12) diff --git a/Cargo.toml b/Cargo.toml index dbb87ce..beb7c2c 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.0" +version = "0.5.1" edition = "2021" authors = ["John Nunley "] rust-version = "1.60"