diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c1fb1..15c40d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/EnforceAuth/zift/compare/v0.2.2...v0.2.3) - 2026-05-29 + +### Added + +- ruby (Rails + Pundit + CanCanCan + Devise) structural support ([#96](https://github.com/EnforceAuth/zift/pull/96)) +- kotlin (Spring + Ktor) structural support ([#93](https://github.com/EnforceAuth/zift/pull/93)) + ## [0.2.2](https://github.com/EnforceAuth/zift/compare/v0.2.1...v0.2.2) - 2026-05-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3db90d4..dd8a698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cedar-policy", "clap", diff --git a/Cargo.toml b/Cargo.toml index e75f514..74505c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.2.2" +version = "0.2.3" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego for OPA, Cedar for AWS Verified Permissions and other Cedar-compatible engines)"