diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f84278..4c6a275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.3 + +- Fix logging; +- New Docker image. + ## v0.2.2 - Use [clap](https://github.com/clap-rs/clap). diff --git a/Cargo.lock b/Cargo.lock index 7a1e92d..937abd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "alerter" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 984b211..f034e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alerter" -version = "0.2.2" +version = "0.2.3" authors = ["ultram4rine "] edition = "2021" description = "Telegram bot for alerts from Alertmanager"