chore: release 4.2.6

This commit is contained in:
Yarmo Mackenbach 2024-01-24 19:32:59 +01:00
parent 607fee17f9
commit 1607ca684b
No known key found for this signature in database
GPG key ID: C248C28D432560ED
2 changed files with 10 additions and 1 deletions

View file

@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [4.2.6] - 2024-01-24
### Added
- Support openpgp4fpr: queries in URL
- Proxy routes for openpgp and aspe
### Changed
- Update doipjs to 1.2.8
### Notes
- This version notably adds support for OpenPGP and ASPE claim verification.
## [4.2.5] - 2023-10-09
### Changed
- Update doipjs to 1.2.7

View file

@ -1,6 +1,6 @@
{
"name": "keyoxide-web",
"version": "4.2.5",
"version": "4.2.6",
"description": "Verifying online identity with cryptography",
"main": "./src/index.js",
"type": "module",