diff --git a/CHANGELOG.md b/CHANGELOG.md index f2fc44a..572a1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/electronicarts/helmci/compare/v0.4.1...v0.4.2) (2024-04-10) + + +### Bug Fixes + +* Remove dependancy on openssl ([967e0d2](https://github.com/electronicarts/helmci/commit/967e0d2665da6755417e6fa541b1de8293295c0b)) + ## [0.4.1](https://github.com/electronicarts/helmci/compare/v0.4.0...v0.4.1) (2024-04-10) diff --git a/Cargo.lock b/Cargo.lock index 0f6f7f8..a2b8f3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bfa0c3f..4967823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.4.1" +version = "0.4.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html