diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2b5e2af..0cd7e3bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 6.6.6 - 2024-07-12 + ### Added - `phylum init` will infer the repository URL from `git` diff --git a/Cargo.lock b/Cargo.lock index bd0b8c149..796e90841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4371,7 +4371,7 @@ dependencies = [ [[package]] name = "phylum-cli" -version = "6.6.5" +version = "6.6.6" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 575aed847..b557b39eb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phylum-cli" -version = "6.6.5" +version = "6.6.6" authors = ["Phylum, Inc. "] license = "GPL-3.0-or-later" edition = "2021"