From 785647bbb8ab2fa1af3c706071f576317a5907ed Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 1 Feb 2024 18:02:04 +0100 Subject: [PATCH] chore: release 4.2.7 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59aa63..3d286d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 ### Added - Support openpgp4fpr: queries in URL diff --git a/package.json b/package.json index 024c0c4..1351d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "4.2.6", + "version": "4.2.7", "description": "Verifying online identity with cryptography", "main": "./src/index.js", "type": "module",