diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eae452..12f4185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/EnforceAuth/zift/compare/v0.1.6...v0.1.7) - 2026-05-04 + +### Added + +- *(deep)* unwrap claude-code envelope and broaden Go authz coverage ([#48](https://github.com/EnforceAuth/zift/pull/48)) + ## [0.1.6](https://github.com/EnforceAuth/zift/compare/v0.1.5...v0.1.6) - 2026-05-04 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1fe8455..240a3ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2389,7 +2389,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.1.6" +version = "0.1.7" dependencies = [ "clap", "ignore", diff --git a/Cargo.toml b/Cargo.toml index bb3f05c..d0f8720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.1.6" +version = "0.1.7" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)"