diff --git a/CHANGELOG.md b/CHANGELOG.md index 349c56d..56023cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/electronicarts/helmci/compare/v0.3.0...v0.3.1) (2023-08-09) + + +### Bug Fixes + +* Fix incorrect slack messages ([0a20c40](https://github.com/electronicarts/helmci/commit/0a20c40db49d6cb9d9d540b54c720fd9d171c6d7)) +* Refactor slack rate limit retrying ([b958843](https://github.com/electronicarts/helmci/commit/b958843805f42fd79ab5acd16802a2d76fd03029)) + ## [0.3.0](https://github.com/electronicarts/helmci/compare/v0.2.1...v0.3.0) (2023-07-31) diff --git a/Cargo.lock b/Cargo.lock index de591e2..f7b37ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "helmci" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e0fe6c7..f570a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html