diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d02921..eb9c094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.7.0] - 2023-09-03 + +### Features + +- Upgrade islam to `v3.2` ([0183896](https://github.com/azzamsa/bilal/commit/0183896198b3c1fcec9ac00515c2e013b72b542b)) + ## [1.6.0] - 2023-09-01 ### Features diff --git a/Cargo.lock b/Cargo.lock index 0e9f424..4a935c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "bilal" -version = "1.6.0" +version = "1.7.0" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index d63945e..af2cff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bilal" -version = "1.6.0" +version = "1.7.0" authors = ["azzamsa "] categories = ["date-and-time", "command-line-utilities"] edition = "2021"