From 84b3bd0391868c0843d29de2bdd52482e40d27e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:38:21 -0500 Subject: [PATCH] chore(main): release 0.6.0 (#51) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b86a38d..9a0ed7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.5.0...v0.6.0) (2023-02-06) + + +### Features + +* Add initial tracing support ([b494625](https://github.com/pabrahamsson/alertmanager-webhook/commit/b494625a62b8bee2a6d9805f6e2509d1181b17bf)) + ## [0.5.0](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.4.0...v0.5.0) (2023-01-09) diff --git a/Cargo.lock b/Cargo.lock index 41947da..49a64d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "alertmanager-webhook" -version = "0.5.0" +version = "0.6.0" dependencies = [ "bytes", "changecase", diff --git a/Cargo.toml b/Cargo.toml index 2b7bb56..493fc49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alertmanager-webhook" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html