diff --git a/CHANGELOG.md b/CHANGELOG.md index 8192968..4248d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.6.0] - 2022-03-14 ### CLI - webhook: added url in title - cli: change image domain to your own (set in config) @@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - upload image -[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/MedzikUser/imgurs/commits/v0.6.0 [0.5.1]: https://github.com/MedzikUser/imgurs/commits/v0.5.1 [0.5.0]: https://github.com/MedzikUser/imgurs/commits/v0.5.0 [0.4.0]: https://github.com/MedzikUser/imgurs/commits/v0.4.0 diff --git a/Cargo.lock b/Cargo.lock index 3eddadd..5366204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index d83fc2a..faadc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/MedzikUser/imgurs.git" keywords = ["imgur", "imgur-api", "image", "image-upload"] categories = ["command-line-utilities"] rust-version = "1.58" -version = "0.5.1" +version = "0.6.0" edition = "2021" [profile.release]