Skip to content

Commit b0f9782

Browse files
github-actions[bot]identity-botwulfraem
authored
Release wasm-v1.9.4-beta.1 (#1806)
* changelog and versions * update changelog --------- Co-authored-by: Identity Bot <identity-bot@iota.org> Co-authored-by: Sebastian Wolfram <wulfraem@users.noreply.github.com>
1 parent b40bad2 commit b0f9782

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

bindings/wasm/identity_wasm/CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3+
## [wasm-v1.9.4-beta.1](https://github.com/iotaledger/identity/tree/wasm-v1.9.4-beta.1) (2026-03-30)
4+
5+
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.9.2-beta.1...wasm-v1.9.4-beta.1)
6+
7+
### Patch
8+
9+
- Use `StringOrUrl` for the `aud` claim [\#1798](https://github.com/iotaledger/identity/pull/1798)
10+
- Add `custom_claims` claim to `JwtPresentationV2Claims` [\#1799](https://github.com/iotaledger/identity/pull/1799)
11+
- Update issuer comparison to use URL [\#1800](https://github.com/iotaledger/identity/pull/1800)
12+
- Bump `iota` dependency to version `v1.19.1` [\#1802](https://github.com/iotaledger/identity/pull/1802).
13+
314
## [wasm-v1.9.2-beta.1](https://github.com/iotaledger/identity/tree/wasm-v1.9.2-beta.1) (2026-03-03)
415

5-
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.9.2-beta.1...wasm-v1.9.1-beta.1)
16+
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.9.0-beta.1...wasm-v1.9.2-beta.1)
617

718
### Patch
819

@@ -11,7 +22,7 @@
1122

1223
## [wasm-v1.9.0-beta.1](https://github.com/iotaledger/identity/tree/wasm-v1.9.0-beta.1) (2026-02-12)
1324

14-
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.9.0-beta.1...v1.8.0-beta.3)
25+
[Full Changelog](https://github.com/iotaledger/identity/compare/v1.8.0-beta.3...wasm-v1.9.0-beta.1)
1526

1627
### Added
1728

@@ -26,15 +37,15 @@
2637

2738
## [v1.8.0-beta.3](https://github.com/iotaledger/identity/tree/v1.8.0-beta.3) (2026-01-19)
2839

29-
[Full Changelog](https://github.com/iotaledger/identity/compare/v1.8.0-beta.3...v1.8.0-beta.2)
40+
[Full Changelog](https://github.com/iotaledger/identity/compare/v1.8.0-beta.2..v1.8.0-beta.3)
3041

3142
### Patch
3243

3344
- Bump `iota` dependency to version `v1.14.1` [\#1756](https://github.com/iotaledger/identity/pull/1769)
3445

3546
## [wasm-v1.8.0-beta.2](https://github.com/iotaledger/identity/tree/wasm-v1.8.0-beta.2) (2025-12-18)
3647

37-
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.7.0-beta.1...wasm-v1.6.0-beta.10)
48+
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.6.0-beta.10...wasm-v1.7.0-beta.1)
3849

3950
### Patch
4051

@@ -51,11 +62,11 @@
5162

5263
- Fix `IotaDID.toObjectId` and `IotaDID.fromObjectId` [\#1747](https://github.com/iotaledger/identity/pull/1747)
5364

54-
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.8.0-beta.1...v1.7.0-beta.1)
65+
[Full Changelog](https://github.com/iotaledger/identity/compare/v1.7.0-beta.1...wasm-v1.8.0-beta.1)
5566

5667
## [wasm-v1.7.0-beta.1](https://github.com/iotaledger/identity/tree/wasm-v1.7.0-beta.1) (2025-10-14)
5768

58-
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.7.0-beta.1...wasm-v1.6.0-beta.10)
69+
[Full Changelog](https://github.com/iotaledger/identity/compare/wasm-v1.6.0-beta.10...wasm-v1.7.0-beta.1)
5970

6071
### Added
6172

bindings/wasm/identity_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "identity_wasm"
3-
version = "1.9.2-beta.1"
3+
version = "1.9.4-beta.1"
44
authors = ["IOTA Stiftung"]
55
edition = "2021"
66
homepage = "https://www.iota.org"

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.9.2-beta.1",
3+
"version": "1.9.4-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)