Skip to content

Commit

Permalink
chore: release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolucc committed Jun 27, 2023
1 parent de5fe8d commit 7cceb42
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [2.11.0](https://github.com/validatedid/did-auth-oidc-siop/compare/v2.10.1...v2.11.0) (2023-06-27)

### 🐛 Bug Fixes

- tests with new api changes ([da63a77](https://github.com/validatedid/did-auth-oidc-siop/commit/da63a77406cd7414075d4f230ff6cea81a1cdf89))

### 🚀 Features

- allow external id_token to be validated ([de5fe8d](https://github.com/validatedid/did-auth-oidc-siop/commit/de5fe8dbb14bf8154666efaa3506c7d362e6f946))
- allow issuer object for vc ([e27869a](https://github.com/validatedid/did-auth-oidc-siop/commit/e27869ac7f8b2acae5efdbe57ab58be22b979e38))
- update self issued v2 accepted iss ([69448a8](https://github.com/validatedid/did-auth-oidc-siop/commit/69448a8f346446be4fd628527e7bc304de8f8764))

### [2.10.4](https://github.com/validatedid/did-auth-oidc-siop/compare/v2.10.1...v2.10.4) (2023-02-13)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@validatedid/did-auth",
"version": "2.10.4",
"version": "2.11.0",
"description": "Validated ID Authentication library that implements an OIDC-SIOP with DIDs",
"author": "Validated ID",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7cceb42

Please sign in to comment.