From 441491ad1c001ff21528a359e877a8ff15553514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Jun 2023 16:45:38 +0000 Subject: [PATCH] chore(version): v0.24.2 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e214b..4052848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.24.2 - 2023-06-14 +#### Bug Fixes +- remove redundant project actions (#38) - (2f48904) - Xavier Basty +- - - + ## v0.24.1 - 2023-06-12 #### Bug Fixes - **(terraform)** update hashicorp/aws version (#34) - (65ff9d1) - xDarksome diff --git a/Cargo.lock b/Cargo.lock index 2c5d25d..bd504e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bouncer" -version = "0.24.0" +version = "0.24.1" dependencies = [ "anyhow", "arrayvec",