Skip to content

Commit 0552762

Browse files
authored
Fix protocol version (#101)
1 parent 1fd7251 commit 0552762

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.lock

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

credential-exchange-format/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2323
- Included `EditableField.extensions` in serialization and deserialization. (#91)
2424
- **BREAKING**: Changed `CustomFieldsCredential` to support any `EditableField` and not only
2525
`EditableFieldString`. (#97)
26+
- **BREAKING**: Renamed `AndroidAppCertificateFingerprint::hash_algorithm` to `hash_alg` to match
27+
the spec. (#99)
2628

2729
## [0.2.0] - 2025-07-21
2830

credential-exchange-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ license.workspace = true
1212
keywords.workspace = true
1313

1414
[dependencies]
15-
credential-exchange-format = { path = "../credential-exchange-format", version = "0.2" }
15+
credential-exchange-format = { path = "../credential-exchange-format", version = "0.3 " }
1616
jose-jwk = { version = "0.1", default-features = false }
1717
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)