mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 06:49:29 -07:00
chore: release 4.2.7
This commit is contained in:
parent
3fb5fb860f
commit
785647bbb8
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue