diff --git a/CHANGELOG.md b/CHANGELOG.md index 7411ae5..2311e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.3.0] - 2022-01-28 ### CLI - SimpleLogger init error handling - better panic @@ -50,6 +52,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - upload image -[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/MedzikUser/imgurs/commits/v0.3.0 [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 6a793a6..3e61b0b 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.2.0" +version = "0.3.0" edition = "2021" [profile.release]