diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8a727..4043bcf 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] +## [0.3.1] - 2021-05-04 + ### Added - Send message via stdin [#78] @@ -166,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Password from command [#22] - Set up README [#20] -[unreleased]: https://github.com/soywod/himalaya/compare/v0.3.0...HEAD +[unreleased]: https://github.com/soywod/himalaya/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/soywod/himalaya/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/soywod/himalaya/compare/v0.2.7...v0.3.0 [0.2.7]: https://github.com/soywod/himalaya/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/soywod/himalaya/compare/v0.2.5...v0.2.6 diff --git a/Cargo.lock b/Cargo.lock index b477f2d..60378d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.3.0" +version = "0.3.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index eebc7ea..fe0e40c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "📫 CLI email client" -version = "0.3.0" +version = "0.3.1" authors = ["soywod "] edition = "2018"