diff --git a/CHANGELOG.md b/CHANGELOG.md index 8494bb85..31ad28fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.13](https://github.com/worldcoin/bedrock/compare/0.2.12...0.2.13) - 2026-04-09 + +### Other + +- *(deps)* bump turnkey_enclave_encrypt from 0.3.0 to 0.6.0 ([#302](https://github.com/worldcoin/bedrock/pull/302)) + ## [0.2.12](https://github.com/worldcoin/bedrock/compare/0.2.11...0.2.12) - 2026-04-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index f84b95f4..073df193 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,7 +1530,7 @@ dependencies = [ [[package]] name = "bedrock" -version = "0.2.12" +version = "0.2.13" dependencies = [ "alloy", "anyhow", @@ -1581,7 +1581,7 @@ dependencies = [ [[package]] name = "bedrock-macros" -version = "0.2.12" +version = "0.2.13" dependencies = [ "proc-macro2", "quote", @@ -5801,7 +5801,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.2.12" +version = "0.2.13" dependencies = [ "uniffi", ] diff --git a/Cargo.toml b/Cargo.toml index 80ebc56f..ca4e716c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["Ethereum", "WorldChain", "World"] license = "MIT" readme = "./README.md" repository = "https://github.com/worldcoin/bedrock" -version = "0.2.12" +version = "0.2.13" [workspace.dependencies] # NOTE: Maintain parity with org-wide UNIFFI_VERSION