diff --git a/CHANGELOG.md b/CHANGELOG.md index 86813f71..475d65e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/microsoft/regorus/compare/regorus-v0.1.3...regorus-v0.1.4) - 2024-04-22 + +### Other +- early return ([#189](https://github.com/microsoft/regorus/pull/189)) +- Fix anyhow dependency issues ([#208](https://github.com/microsoft/regorus/pull/208)) +- remove unused compact-rc dependency ([#207](https://github.com/microsoft/regorus/pull/207)) + ## [0.1.3](https://github.com/microsoft/regorus/compare/regorus-v0.1.2...regorus-v0.1.3) - 2024-04-11 ### Other diff --git a/Cargo.toml b/Cargo.toml index 59fb0d5a..351d79c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [package] name = "regorus" description = "A fast, lightweight Rego (OPA policy language) interpreter" -version = "0.1.3" +version = "0.1.4" edition = "2021" license-file = "LICENSE" repository = "https://github.com/microsoft/regorus"