From 4c7032785c99cbe8bf930aeff8d90dcdec2f6cc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 22:03:05 +0000 Subject: [PATCH] chore(main): release 0.3.6 --- 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 384528a..476ffc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.6](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.3.5...v0.3.6) (2023-01-05) + + +### Bug Fixes + +* Remove need for PAT ([dc5d216](https://github.com/pabrahamsson/alertmanager-webhook/commit/dc5d216ca96155393fc67049f2f598b368955b4d)) + ## [0.3.5](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.3.4...v0.3.5) (2023-01-04) diff --git a/Cargo.lock b/Cargo.lock index f1ae5b4..c6719b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "alertmanager-webhook" -version = "0.3.5" +version = "0.3.6" dependencies = [ "bytes", "changecase", diff --git a/Cargo.toml b/Cargo.toml index 1ec8f8c..5422755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alertmanager-webhook" -version = "0.3.5" +version = "0.3.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html