diff --git a/CHANGELOG.md b/CHANGELOG.md index 3780efc..2772ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/electronicarts/helmci/compare/v1.1.0...v1.2.0) (2024-08-30) + + +### Features + +* Use latest macos runner ([e4084e9](https://github.com/electronicarts/helmci/commit/e4084e9e463dd12336d82d40003140a8d3d40894)) + ## [1.1.0](https://github.com/electronicarts/helmci/compare/v1.0.0...v1.1.0) (2024-08-29) diff --git a/Cargo.lock b/Cargo.lock index 3b43c30..7cc8810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index df86749..8dde0f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "1.1.0" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html