Skip to content

Commit e48b486

Browse files
chore: release v0.14.1 (#964)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf9698e commit e48b486

3 files changed

Lines changed: 26 additions & 15 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.14.1](https://github.com/worldcoin/world-id-protocol/compare/world-id-primitives-v0.14.0...world-id-primitives-v0.14.1) - 2026-09-08
11+
12+
### Fixed
13+
14+
- *(authenticator)* compare packed account data recovery counter to actual recovery counter when initializing the authenticator ([#981](https://github.com/worldcoin/world-id-protocol/pull/981))
15+
16+
### Other
17+
18+
- update Cargo.toml dependencies
19+
- *(deps)* consolidate compatible dependency updates ([#962](https://github.com/worldcoin/world-id-protocol/pull/962))
20+
1021
## [0.14.0](https://github.com/worldcoin/world-id-protocol/compare/world-id-primitives-v0.13.0...world-id-primitives-v0.14.0) - 2026-08-28
1122

1223
### Added

Cargo.lock

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

Cargo.toml

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

2424
[workspace.package]
2525
edition = "2024"
26-
version = "0.14.0"
26+
version = "0.14.1"
2727
license = "MIT"
2828
authors = [
2929
"World Foundation",
@@ -157,12 +157,12 @@ tower = "0.5.3"
157157
p256 = { version = "0.13.2", default-features = false }
158158

159159
# Internal
160-
world-id-core = { version = "0.14.0", default-features = false, path = "crates/core" }
161-
world-id-issuer = { version = "0.14.0", path = "crates/issuer" }
162-
world-id-proof = { version = "0.14.0", path = "crates/proof" }
163-
world-id-registries = { version = "0.14.0", path = "crates/registries" }
164-
world-id-authenticator = { version = "0.14.0", path = "crates/authenticator" }
165-
world-id-primitives = { version = "0.14.0", path = "crates/primitives", default-features = false }
160+
world-id-core = { version = "0.14.1", default-features = false, path = "crates/core" }
161+
world-id-issuer = { version = "0.14.1", path = "crates/issuer" }
162+
world-id-proof = { version = "0.14.1", path = "crates/proof" }
163+
world-id-registries = { version = "0.14.1", path = "crates/registries" }
164+
world-id-authenticator = { version = "0.14.1", path = "crates/authenticator" }
165+
world-id-primitives = { version = "0.14.1", path = "crates/primitives", default-features = false }
166166
world-id-oprf-node = { version = "1.2.0", path = "services/oprf-node" }
167167
world-id-test-utils = { path = "crates/test-utils" }
168168
world-id-services-common = { path = "services/common", version = "0.1.0" }

0 commit comments

Comments
 (0)