Skip to content

Commit 54102c4

Browse files
authored
Release wasm-v1.7.0-beta.1
1 parent 0819c37 commit 54102c4

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

bindings/wasm/identity_wasm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [wasm-v1.7.0-beta.1](https://github.com/iotaledger/identity/tree/wasm-v1.7.0-beta.1) (2025-10-14)
4+
5+
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.7.0-beta.1...wasm-v1.6.0-beta.10)
6+
7+
### Added
8+
9+
- Post Quantum and hybrid traditional / Post Quantum signatures for VCs and VPs [\#1625](https://github.com/iotaledger/identity/pull/1625)
10+
- Enhanced support for Linked Verifiable Presentations [\#1729](https://github.com/iotaledger/identity/pull/1729)
11+
- `DIDJwk.new` [\#1725](https://github.com/iotaledger/identity/pull/1725)
12+
- `IdentityClientReadOnly.didsControlledBy` and `IdentityClient.controlledDids` [\#1708](https://github.com/iotaledger/identity/pull/1708)
13+
314
## [wasm-v1.5.1](https://github.com/iotaledger/identity/tree/wasm-v1.5.1) (2025-04-16)
415

516
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.5.0...wasm-v1.5.1)

bindings/wasm/identity_wasm/package-lock.json

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

bindings/wasm/identity_wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota/identity-wasm",
3-
"version": "1.6.0-beta.10",
3+
"version": "1.7.0-beta.1",
44
"author": "IOTA Foundation <info@iota.org>",
55
"description": "WASM bindings for IOTA Identity - A Self Sovereign Identity Framework implementing the DID and VC standards from W3C. To be used in JavaScript/TypeScript",
66
"homepage": "https://www.iota.org",

0 commit comments

Comments
 (0)