diff --git a/CHANGELOG.md b/CHANGELOG.md index e067cd6..5d001f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.10.1...v0.10.2) (2024-07-29) + + +### Bug Fixes + +* **deps:** update rust crate tokio to v1.39.2 ([#205](https://github.com/pabrahamsson/alertmanager-webhook/issues/205)) ([98f9712](https://github.com/pabrahamsson/alertmanager-webhook/commit/98f97122d95f627f67d55352a7fcc01507ad3f7d)) + ## [0.10.1](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.10.0...v0.10.1) (2024-07-24) diff --git a/Cargo.lock b/Cargo.lock index 39a6f02..83513b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "alertmanager-webhook" -version = "0.10.1" +version = "0.10.2" dependencies = [ "axum 0.7.5", "axum-tracing-opentelemetry", diff --git a/Cargo.toml b/Cargo.toml index 1de8c91..ec58e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alertmanager-webhook" -version = "0.10.1" +version = "0.10.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html