Skip to content

Commit 3ae081e

Browse files
chore(release): new version
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
1 parent 63aeaa9 commit 3ae081e

9 files changed

Lines changed: 29 additions & 9 deletions

File tree

.changeset/client-attestation-dpop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/oauth2/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openid4vc/oauth2
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- 63aeaa9: Add support for the DPoP-bound `attest_jwt_client_auth_dpop` client authentication method (draft 09 §5.2): a new `clientAuthenticationClientAttestationJwtDpop` client-auth callback that emits a single DPoP proof doubling as the Client Attestation PoP (client instance key == DPoP key), plus authorization-server verification of the combined method (attestation JWT + DPoP proof with a mandatory `cnf` JWK to DPoP key match). The combined method is rejected when the authorization server advertises client authentication methods that do not include `attest_jwt_client_auth_dpop`.
8+
- @openid4vc/utils@0.5.4
9+
310
## 0.5.3
411

512
### Patch Changes

packages/oauth2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/oauth2",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"files": [
55
"dist"
66
],

packages/openid4vci/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openid4vc/openid4vci
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63aeaa9]
8+
- @openid4vc/oauth2@0.5.4
9+
- @openid4vc/utils@0.5.4
10+
311
## 0.5.3
412

513
### Patch Changes

packages/openid4vci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/openid4vci",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"files": [
55
"dist"
66
],

packages/openid4vp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openid4vc/openid4vp
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63aeaa9]
8+
- @openid4vc/oauth2@0.5.4
9+
- @openid4vc/utils@0.5.4
10+
311
## 0.5.3
412

513
### Patch Changes

packages/openid4vp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/openid4vp",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"files": [
55
"dist"
66
],

packages/utils/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @openid4vc/utils
22

3+
## 0.5.4
4+
35
## 0.5.3
46

57
## 0.5.2

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openid4vc/utils",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)