diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c63f6b..430f549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/electronicarts/helmci/compare/v0.3.3...v0.4.0) (2024-04-08) + + +### Features + +* When we skip an env or cluster then ignore config ([6f7a161](https://github.com/electronicarts/helmci/commit/6f7a161e2df4aad0c6f83ea4fcfe21604861c20b)) + ## [0.3.3](https://github.com/electronicarts/helmci/compare/v0.3.2...v0.3.3) (2023-11-09) diff --git a/Cargo.lock b/Cargo.lock index d8e223c..ca51363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "0.3.3" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 32365e0..ddad6e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.3.3" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html