diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7ac0e..37b174d 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.3](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.2...v0.1.3) - 2024-11-21 + +### Other + +- *(deps)* update wasmtime requirement from >=22, <27 to >=22, <28 +- *(deps)* bump codecov/codecov-action from 4 to 5 + ## [0.1.2](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.1...v0.1.2) - 2024-11-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index 995598c..7578477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opa-wasm" -version = "0.1.2" +version = "0.1.3" description = "A crate to use OPA policies compiled to WASM." repository = "https://github.com/matrix-org/rust-opa-wasm" rust-version = "1.76"