diff --git a/CHANGELOG.md b/CHANGELOG.md index cd979ed..c15073d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ ### Miscellaneous Tasks +- Release demand version 1.0.0 - Add changelog via git-cliff (#29) - Align and update examples (#14) diff --git a/Cargo.toml b/Cargo.toml index bb21b8d..cf95118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "A CLI prompt library" license = "MIT"