chore: release 4.2.7

This commit is contained in:
Yarmo Mackenbach 2024-02-01 18:02:04 +01:00
parent 3fb5fb860f
commit 785647bbb8
No known key found for this signature in database
GPG key ID: C248C28D432560ED
2 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [4.2.7] - 2024-02-01
### Added
- Server version HTTP endpoint
- Server version in footer
### Changed
- Update doipjs to 1.2.9
### Notes
- The version of keyoxide-web that the server is running can now be requested at the `/.well-known/keyoxide/version` HTTP endpoint. It is also found in the footer of every page.
- Version 1.2.9 of doipjs notably adds support for ORCiD claim verification, as well as a couple of performance improvements.
## [4.2.6] - 2024-01-24 ## [4.2.6] - 2024-01-24
### Added ### Added
- Support openpgp4fpr: queries in URL - Support openpgp4fpr: queries in URL

View file

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