diff --git a/CHANGELOG.md b/CHANGELOG.md index e1725af4..3af724b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.9.1](https://github.com/starship/starship/compare/v1.9.0...v1.9.1) (2022-06-27) + + +### Bug Fixes + +* regenerate changelog ([8a6be8c](https://github.com/starship/starship/commit/8a6be8c941de8e31330417bdb232204969a814ff)) + + +### Miscellaneous Chores + +* **master:** release 1.9.1 ([6cbc362](https://github.com/starship/starship/commit/6cbc3620c9ee7695fe1dabc067b6fd339b8d2526)) + ## [1.9.0](https://github.com/starship/starship/compare/v1.8.0...v1.9.0) (2022-06-26) diff --git a/Cargo.lock b/Cargo.lock index 860f5603..fc7fc67e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,7 +2004,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.9.0" +version = "1.9.1" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 950f4f5b..aa5c891d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.9.0" +version = "1.9.1" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]