diff --git a/CHANGELOG.md b/CHANGELOG.md index 469efb7..89f47b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## [1.1.3-next.1](https://github.com/AliSajid/gh-bofh-rs/compare/v1.1.2...v1.1.3-next.1) (2024-09-17) +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.17 ([39cebe0](https://github.com/AliSajid/gh-bofh-rs/commit/39cebe04b21f6f72c50142949290f8f7609d8415)) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index fcac34b..b911072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "gh-bofh-rs" -version = "1.1.2-next.5" +version = "1.1.3-next.1" dependencies = [ "clap", "rand", diff --git a/Cargo.toml b/Cargo.toml index beb2266..eef866b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "gh-bofh-rs" -version = "1.1.2-next.4" +version = "1.1.3-next.1" edition = "2021" readme = "README.md" description = "A Rust implementation of the classic `bofh` command as a GitHub CLI extension."