diff --git a/CHANGELOG.md b/CHANGELOG.md index e96d70b..e9dcb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.3.2 + +Features: +- Simplify trace output to reduce trace file size + ## v0.3.1 Features: @@ -6,7 +11,7 @@ Features: ## v0.3.0 Features: -- Broker is able to toggle if users want to scan branches, as well as being able to target specific branches to scan. Broker is also +- Broker is able to toggle if users want to scan branches, as well as being able to target specific branches to scan. Broker is also able to toggle scanning tags. - Broker checks for early network misconfigurations with preflight checks - Broker fix surfaces failing integration scans diff --git a/Cargo.lock b/Cargo.lock index dbcfda1..a1b8857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "broker" -version = "0.3.1" +version = "0.3.2" dependencies = [ "aho-corasick 0.7.20", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bdfea98..5b151d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broker" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "The bridge between FOSSA and internal DevOps services" readme = "README.md"