From ff7b63abd99bfdfbd441dcde3a8bd353bb510525 Mon Sep 17 00:00:00 2001 From: wld-walletkit-bot Date: Thu, 9 Apr 2026 18:47:47 +0200 Subject: [PATCH] chore: release v0.2.12 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d5253a2..8494bb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.12](https://github.com/worldcoin/bedrock/compare/0.2.11...0.2.12) - 2026-04-09 + +### Added + +- make safe_account optional in MigrationController ([#332](https://github.com/worldcoin/bedrock/pull/332)) +- expose domain and statement on SiweMessage ([#334](https://github.com/worldcoin/bedrock/pull/334)) + +### Fixed + +- single changelog ([#338](https://github.com/worldcoin/bedrock/pull/338)) + +### Other + +- *(deps)* bump uuid from 1.21.0 to 1.23.0 ([#330](https://github.com/worldcoin/bedrock/pull/330)) +- *(deps)* bump dryoc from 0.7.0 to 0.7.2 ([#331](https://github.com/worldcoin/bedrock/pull/331)) + ## [0.2.11](https://github.com/worldcoin/bedrock/compare/0.2.10...0.2.11) - 2026-04-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index 4feda9a2..c4286cf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,7 +1530,7 @@ dependencies = [ [[package]] name = "bedrock" -version = "0.2.11" +version = "0.2.12" dependencies = [ "alloy", "anyhow", @@ -1581,7 +1581,7 @@ dependencies = [ [[package]] name = "bedrock-macros" -version = "0.2.11" +version = "0.2.12" dependencies = [ "proc-macro2", "quote", @@ -5880,7 +5880,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.2.11" +version = "0.2.12" dependencies = [ "uniffi", ] diff --git a/Cargo.toml b/Cargo.toml index 462ef7d8..80ebc56f 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.11" +version = "0.2.12" [workspace.dependencies] # NOTE: Maintain parity with org-wide UNIFFI_VERSION