diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b8e41..90b2766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.0.2] - 2024-01-08 + +### Documentation + +- Update + +### Miscellaneous Tasks + +- Tweak ci + + ## [0.0.1] - 2024-01-08 ### Features diff --git a/Cargo.toml b/Cargo.toml index d53b5e2..602d1c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "promptuity" -version = "0.0.1" +version = "0.0.2" description = "Promptuity is a library that provides interactive prompts." edition = "2021" license = "MIT"