diff --git a/CHANGELOG.md b/CHANGELOG.md index 2772ad6..9fd187b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/electronicarts/helmci/compare/v1.2.0...v1.2.1) (2024-08-30) + + +### Bug Fixes + +* Specify default rust crypto provider ([d1d0ecd](https://github.com/electronicarts/helmci/commit/d1d0ecdc8b55ae987dc62a3702e6408c02d6a36b)) + ## [1.2.0](https://github.com/electronicarts/helmci/compare/v1.1.0...v1.2.0) (2024-08-30) diff --git a/Cargo.lock b/Cargo.lock index c490ccb..3f853ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7290b49..0b5bc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "1.2.0" +version = "1.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html