diff --git a/CHANGELOG.md b/CHANGELOG.md index 572a1c1..dafc5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/electronicarts/helmci/compare/v0.4.2...v0.4.3) (2024-04-10) + + +### Bug Fixes + +* Really remove openssl dependancy ([ad681b2](https://github.com/electronicarts/helmci/commit/ad681b25e10def93145fbfdc884ee5450625ecfa)) + ## [0.4.2](https://github.com/electronicarts/helmci/compare/v0.4.1...v0.4.2) (2024-04-10) diff --git a/Cargo.lock b/Cargo.lock index 735894f..b70f142 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5c8010c..6b580ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.4.2" +version = "0.4.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html