diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7fd28..3319e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.2](https://github.com/Mubashwer/git-mob/compare/v1.9.1...v1.9.2) (2025-07-01) + + +### Bug Fixes + +* resolve path injection vulnerabilities in setup command ([3acf7a9](https://github.com/Mubashwer/git-mob/commit/3acf7a9f50a8071dd35579cac1e2983245a209d8)) + ## [1.9.1](https://github.com/Mubashwer/git-mob/compare/v1.9.0...v1.9.1) (2025-06-17) diff --git a/Cargo.lock b/Cargo.lock index 5927deb..084ac40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "git-mob-tool" -version = "1.9.1" +version = "1.9.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 23ad732..1ccf005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mob-tool" -version = "1.9.1" +version = "1.9.2" authors = ["Mubashwer Salman Khurshid"] edition = "2021" description = "A CLI tool which can help users automatically add co-author(s) to git commits for pair/mob programming"