diff --git a/Cargo.lock b/Cargo.lock index b150bf1..e0650bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1968,7 +1968,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-shim" -version = "0.8.0-dev" +version = "0.8.0" dependencies = [ "cel-interpreter", "cel-parser", diff --git a/Cargo.toml b/Cargo.toml index 1ea534f..2e5c1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-shim" -version = "0.8.0-dev" +version = "0.8.0" edition = "2021" authors = ["Alex Snaps ", "Eguzki Astiz Lezaun ", "Didier Di Cesare ", "Adam Cattermole ", "Rahul Anand "] description = "Wasm module connecting envoy and authorino/limitador"