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",