diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0617b..052b1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.2.0] - 2022-01-23 ### Added #### CLI - create default config, if not exits - when the image uploaded, send a notification (can be turn off in config) -- added completions +- shell completions #### Library - change OpenSSL to RusTLS @@ -38,5 +40,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - upload image -[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/MedzikUser/imgurs/commits/v0.2.0 [0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index a16a7b8..4e02569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "imgurs" description = "API and CLI for Imgur" license = "BSD-3-Clause" rust-version = "1.58" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["MedzikUser "]