From cef75c7bac8db7268e59e41abffdd2b47b2db3cf Mon Sep 17 00:00:00 2001 From: wld-walletkit-bot Date: Thu, 11 Jun 2026 12:28:48 +0200 Subject: [PATCH] chore: release v0.2.15 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15445bbc..56b96aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.15](https://github.com/worldcoin/bedrock/compare/0.2.14...0.2.15) - 2026-06-11 + +### Added + +- *(POP-3811)* support World ID bedrock user agents ([#362](https://github.com/worldcoin/bedrock/pull/362)) +- *(rpc)* add V2 RPC primitives, on-device prepare/sign doc ([#348](https://github.com/worldcoin/bedrock/pull/348)) + +### Other + +- *(deps)* bump tokio from 1.47.1 to 1.50.0 ([#350](https://github.com/worldcoin/bedrock/pull/350)) +- *(deps)* bump once_cell from 1.21.3 to 1.21.4 ([#352](https://github.com/worldcoin/bedrock/pull/352)) +- link backup & recovery docs ([#354](https://github.com/worldcoin/bedrock/pull/354)) + ## [0.2.14](https://github.com/worldcoin/bedrock/compare/0.2.13...0.2.14) - 2026-05-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index 626ffede..d4cf14a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1532,7 +1532,7 @@ dependencies = [ [[package]] name = "bedrock" -version = "0.2.14" +version = "0.2.15" dependencies = [ "alloy", "anyhow", @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "bedrock-macros" -version = "0.2.14" +version = "0.2.15" dependencies = [ "proc-macro2", "quote", @@ -5888,7 +5888,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.2.14" +version = "0.2.15" dependencies = [ "uniffi", ] diff --git a/Cargo.toml b/Cargo.toml index 7261785b..0d1a2e38 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.14" +version = "0.2.15" [workspace.dependencies] # NOTE: Maintain parity with org-wide UNIFFI_VERSION