We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44accbd commit 0e30e08Copy full SHA for 0e30e08
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.8.1] - 2023-10-02
4
+
5
+### Changed
6
7
+- change `proofPurpose` of VP from `assertionMethod` to `authentication` to align with the spec
8
9
## [0.8.0] - 2023-09-28
10
11
### Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rdf-proofs"
-version = "0.8.0"
+version = "0.8.1"
edition = "2021"
authors = ["yamdan"]
license = "MIT"
0 commit comments