Skip to content

Commit 64be63f

Browse files
chore: release v0.8.2 (#632)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b647d0d commit 64be63f

3 files changed

Lines changed: 24 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.2](https://github.com/worldcoin/world-id-protocol/compare/world-id-primitives-v0.8.1...world-id-primitives-v0.8.2) - 2026-04-02
11+
12+
### Added
13+
14+
- generate session_id_r_seed through OPRF nodes ([#628](https://github.com/worldcoin/world-id-protocol/pull/628))
15+
- rename sign_initiate_recovery_agent_update → danger_sign_initiate_recovery_agent_update (PROTO-4477) ([#631](https://github.com/worldcoin/world-id-protocol/pull/631))
16+
17+
### Other
18+
19+
- WIP-103 - Proof of Ownership ([#622](https://github.com/worldcoin/world-id-protocol/pull/622))
20+
1021
## [0.8.1](https://github.com/worldcoin/world-id-protocol/compare/world-id-primitives-v0.8.0...world-id-primitives-v0.8.1) - 2026-04-01
1122

1223
### Added

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "2"
2020

2121
[workspace.package]
2222
edition = "2024"
23-
version = "0.8.1"
23+
version = "0.8.2"
2424
license = "MIT"
2525
authors = [
2626
"World Foundation",
@@ -128,11 +128,11 @@ tempo-alloy = "1.4"
128128
tower = "0.5.3"
129129

130130
# Internal
131-
world-id-core = { version = "0.8.1", default-features = false, path = "crates/core" }
132-
world-id-issuer = { version = "0.8.1", path = "crates/issuer" }
133-
world-id-proof = { version = "0.8.1", path = "crates/proof" }
134-
world-id-authenticator = { version = "0.8.1", path = "crates/authenticator" }
135-
world-id-primitives = { version = "0.8.1", path = "crates/primitives", default-features = false }
131+
world-id-core = { version = "0.8.2", default-features = false, path = "crates/core" }
132+
world-id-issuer = { version = "0.8.2", path = "crates/issuer" }
133+
world-id-proof = { version = "0.8.2", path = "crates/proof" }
134+
world-id-authenticator = { version = "0.8.2", path = "crates/authenticator" }
135+
world-id-primitives = { version = "0.8.2", path = "crates/primitives", default-features = false }
136136
world-id-oprf-node = { version = "0.1.0", path = "services/oprf-node" }
137137
world-id-test-utils = { version = "0.1.0", path = "crates/test-utils" }
138138
world-id-services-common = { path = "services/common" }

0 commit comments

Comments
 (0)