diff --git a/CHANGELOG.md b/CHANGELOG.md index 02eef70b..dcd3ef0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2025-01-11 + ### Added - Added `-y|--yes` flag for `folder purge` and `folder delete` commands. [#469] diff --git a/Cargo.lock b/Cargo.lock index 8631cfdf..8470d9c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1793,7 +1793,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "1.0.0" +version = "1.1.0" dependencies = [ "ariadne", "clap", diff --git a/Cargo.toml b/Cargo.toml index 818f1161..fb2ec03f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "CLI to manage emails" -version = "1.0.0" +version = "1.1.0" authors = ["soywod "] edition = "2021" license = "MIT"