diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa4e2c..f3c97c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.5.1] - 2023-08-30 + +### Bug fixes + +- Wrong app name in release step ([3a4f2fe](https://github.com/azzamsa/bilal/commit/3a4f2fe832033c8089458656d3c9a872a13336b2)) + ## [1.5.0] - 2023-08-30 ### Features diff --git a/Cargo.lock b/Cargo.lock index 4f837b2..f412671 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "bilal" -version = "1.5.0" +version = "1.5.1" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index 4cd3c0f..0935e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bilal" -version = "1.5.0" +version = "1.5.1" authors = ["azzamsa "] categories = ["date-and-time", "command-line-utilities"] edition = "2021"