diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb00fe..c146aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/microsoft/regorus/compare/regorus-v0.2.3...regorus-v0.2.4) - 2024-09-04 + +### Added +- OPA v0.68.0. Engine::set_rego_v1 ([#305](https://github.com/microsoft/regorus/pull/305)) + +### Fixed +- Handle parsing corner cases ([#309](https://github.com/microsoft/regorus/pull/309)) +- Propagate errors encountered in argument evaluation ([#308](https://github.com/microsoft/regorus/pull/308)) +- Issues [#302](https://github.com/microsoft/regorus/pull/302), [#303](https://github.com/microsoft/regorus/pull/303) ([#304](https://github.com/microsoft/regorus/pull/304)) + ## [0.2.3](https://github.com/microsoft/regorus/compare/regorus-v0.2.2...regorus-v0.2.3) - 2024-08-16 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 962f098..8743e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ [package] name = "regorus" description = "A fast, lightweight Rego (OPA policy language) interpreter" -version = "0.2.3" +version = "0.2.4" edition = "2021" license-file = "LICENSE" repository = "https://github.com/microsoft/regorus"