From 0174ed63c322d1072deb37e9bb411ebe129a9047 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Wed, 24 Apr 2024 09:08:43 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 82 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 984d0a44..1df357fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,55 +1,77 @@ -# 2.0.0 +# Changelog + +## 2.0.1 + +- Check for revocation in metadata service + +## 2.0.0 + - Replace the Webauthn frontend solution. The homemade Typescript/React app is replaced with a Stimulus app. - Drop PHP 7 support - Move to Symfony 6.4 -# 1.0.14 -- Import buffer to prevent missing reference error #64 +## 1.0.14 + +- Import buffer to prevent missing reference error ##64 + +## 1.0.13 -# 1.0.13 - Add .env.dist required for deploy -# 1.0.12 +## 1.0.12 + - Added Github Action for tag release automation -# 1.0.11 +## 1.0.11 + - Added browserlist entry in package.json to ensure IE 11 support -# 1.0.10 +## 1.0.10 + - Update dependencies -# 1.0.9 +## 1.0.9 + - Add button for iOS devices requireing a gesture before FIDO can be used -# 1.0.8 +## 1.0.8 + - Add favicon - Update dependencies -# 1.0.7 +## 1.0.7 + - Add X-UA-Compatible header to fix issues with embedded browsers -# 1.0.6 - - Add monitoring endpoints /health and /info - - Update dependencies - - Move from security-checker to local-php-security-checker - - Disable unused fragments +## 1.0.6 + +- Add monitoring endpoints /health and /info +- Update dependencies +- Move from security-checker to local-php-security-checker +- Disable unused fragments -# 1.0.5 - * Log unknown attestation certificates - * Update dependencies +## 1.0.5 + +- Log unknown attestation certificates +- Update dependencies -# 1.0.4 - * Restore layout +## 1.0.4 -# 1.0.3 - * Add component_info for deployment - * Update translations - * Update dependencies -# 1.0.2 - * Fix maximum index size and prevent DBAL JSON support #25 +- Restore layout -# 1.0.1 - * Add logging to syslog +## 1.0.3 -# 1.0.0 - * First release +- Add component_info for deployment +- Update translations +- Update dependencies + +## 1.0.2 + +- Fix maximum index size and prevent DBAL JSON support ##25 + +## 1.0.1 +- Add logging to syslog + +## 1.0.0 + +- First release