diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b89fbe..48021b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 1.5.0 +* Add colors to output + ## Version 1.4.0 * Add flag `--view` for viewing stored ideas. diff --git a/Cargo.toml b/Cargo.toml index 5168703..b86658d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eureka" -version = "1.4.0" +version = "1.5.0" authors = ["Simon Egersand "] description = "CLI tool to input and store your ideas without leaving the terminal" categories = ["command-line-interface", "command-line-utilities"]