diff --git a/CHANGELOG.md b/CHANGELOG.md index fda75ef..0919aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/electronicarts/helmci/compare/v0.1.0...v0.1.1) (2023-01-24) + + +### Bug Fixes + +* Doc change to force new release ([74a6525](https://github.com/electronicarts/helmci/commit/74a6525cafeb38e7a9bd9051d76d7b88483121d9)) +* refactor CI ([987b1aa](https://github.com/electronicarts/helmci/commit/987b1aa109dbd30ac591836cebd2bfa6c675ebd2)) + ## 0.1.0 (2023-01-24) diff --git a/Cargo.lock b/Cargo.lock index a0314af..c955c35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "helmci" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7ca361c..3551d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html