From e9a1df250e5131eaa39daa6cee6040fb2ad9d261 Mon Sep 17 00:00:00 2001 From: Evan Maddock Date: Sat, 27 Mar 2021 13:42:00 -0400 Subject: [PATCH] Bump version to 2.5.1 Signed-off-by: Evan Maddock --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9bd91..3abd65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.5.1] - 2021-03-27 + +### Changed + +- Only ignore webhook messages if they are from the configured webhook + ## [v2.5.0] - 2021-03-27 ### Added @@ -98,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve experience when a user sends an attachment in Discord -[unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.0...master +[unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.1...master +[v2.5.1]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.0...v2.5.1 [v2.5.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.4.0...v2.5.0 [v2.4.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.3.0...v2.4.0 [v2.3.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.2.0...v2.3.0 diff --git a/Cargo.lock b/Cargo.lock index dcc1b2f..87ad209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "dolphin-rs" -version = "2.5.0" +version = "2.5.1" dependencies = [ "clap", "confy", diff --git a/Cargo.toml b/Cargo.toml index cdde4d0..abd34a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dolphin-rs" -version = "2.5.0" +version = "2.5.1" authors = ["Evan Maddock "] edition = "2018"